Home
last modified time | relevance | path

Searched defs:IsGenericMethodDefinition (Results 1 – 25 of 53) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/
H A DIRuntimeMethodCommon.cs51 bool IsGenericMethodDefinition { get; } property
H A DRuntimeConstructedGenericMethodInfo.cs101 public sealed override bool IsGenericMethodDefinition property in System.Reflection.Runtime.MethodInfos.RuntimeConstructedGenericMethodInfo
H A DRuntimeDummyMethodInfo.cs31 … public sealed override bool IsGenericMethodDefinition { get { throw NotImplemented.ByDesign; } } property in System.Reflection.Runtime.MethodInfos.RuntimeDummyMethodInfo
H A DRuntimeConstructorInfo.cs147 public sealed override bool IsGenericMethodDefinition property in System.Reflection.Runtime.MethodInfos.RuntimeConstructorInfo
H A DRuntimeSyntheticMethodInfo.cs103 public sealed override bool IsGenericMethodDefinition property in System.Reflection.Runtime.MethodInfos.RuntimeSyntheticMethodInfo
H A DRuntimeNamedMethodInfo.cs119 public sealed override bool IsGenericMethodDefinition property in System.Reflection.Runtime.MethodInfos.RuntimeNamedMethodInfo
H A DRuntimeMethodInfo.cs208 public abstract override bool IsGenericMethodDefinition property in System.Reflection.Runtime.MethodInfos.RuntimeMethodInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Reflection.Emit/
H A DConstructorOnTypeBuilderInstTest.cs379 public void IsGenericMethodDefinition () in IsGenericMethodDefinition() method in MonoTests.System.Reflection.Emit.ConstructorOnTypeBuilderInstTest
H A DMethodOnTypeBuilderInstTest.cs359 public void IsGenericMethodDefinition () in IsGenericMethodDefinition() method in MonoTests.System.Reflection.Emit.MethodOnTypeBuilderInstTest
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/
H A DMethodBase.cs132 public virtual bool IsGenericMethodDefinition property in IKVM.Reflection.MethodBase
H A DMethodInfo.cs372 public override bool IsGenericMethodDefinition property in IKVM.Reflection.MethodInfoWithReflectedType
H A DGenericWrappers.cs146 public override bool IsGenericMethodDefinition property in IKVM.Reflection.GenericMethodInstance
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection.Emit/
H A DConstructorOnTypeBuilderInst.cs202 public override bool IsGenericMethodDefinition { property in System.Reflection.Emit.ConstructorOnTypeBuilderInst
H A DMethodOnTypeBuilderInst.cs278 public override bool IsGenericMethodDefinition { property in System.Reflection.Emit.MethodOnTypeBuilderInst
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/emit/
H A Dmethodbuilderinstantiation.cs74 public override bool IsGenericMethodDefinition { get { return false; } } property in System.Reflection.Emit.MethodBuilderInstantiation
H A Dxxxontypebuilderinstantiation.cs87 …public override bool IsGenericMethodDefinition { get { return m_method.IsGenericMethodDefinition; … property in System.Reflection.Emit.MethodOnTypeBuilderInstantiation
183 public override bool IsGenericMethodDefinition { get { return false; } } property in System.Reflection.Emit.ConstructorOnTypeBuilderInstantiation
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Reflection/
H A DMethodBase.cs47 public virtual bool IsGenericMethodDefinition => false; field in System.Reflection.MethodBase
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Reflection/
H A DMethodBase.cs47 public virtual bool IsGenericMethodDefinition => false; field in System.Reflection.MethodBase
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/NativeFormat/
H A DNativeFormatMethodCommon.cs27 public bool IsGenericMethodDefinition => GenericParameterCount != 0; field
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/EcmaFormat/
H A DEcmaFormatMethodCommon.cs34 public bool IsGenericMethodDefinition => GenericParameterCount != 0; field
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Reader/
H A DMethod.cs161 public override bool IsGenericMethodDefinition property in IKVM.Reflection.Reader.MethodDefImpl
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DReflectionHelper.cs295 static bool IsGenericMethodDefinition (SR.MethodBase mb) in IsGenericMethodDefinition() method in Mono.Cecil.ReflectionHelper
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DMethodMirror.cs200 public bool IsGenericMethodDefinition { property in Mono.Debugger.Soft.MethodMirror
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Common/
H A DMethodDesc.cs459 public bool IsGenericMethodDefinition property in Internal.TypeSystem.MethodDesc
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A Dmethodbase.cs204 public virtual bool IsGenericMethodDefinition { get { return false; } } property in System.Reflection.MethodBase

123