/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/ |
H A D | IRuntimeMethodCommon.cs | 51 bool IsGenericMethodDefinition { get; } property
|
H A D | RuntimeConstructedGenericMethodInfo.cs | 101 public sealed override bool IsGenericMethodDefinition property in System.Reflection.Runtime.MethodInfos.RuntimeConstructedGenericMethodInfo
|
H A D | RuntimeDummyMethodInfo.cs | 31 … public sealed override bool IsGenericMethodDefinition { get { throw NotImplemented.ByDesign; } } property in System.Reflection.Runtime.MethodInfos.RuntimeDummyMethodInfo
|
H A D | RuntimeConstructorInfo.cs | 147 public sealed override bool IsGenericMethodDefinition property in System.Reflection.Runtime.MethodInfos.RuntimeConstructorInfo
|
H A D | RuntimeSyntheticMethodInfo.cs | 103 public sealed override bool IsGenericMethodDefinition property in System.Reflection.Runtime.MethodInfos.RuntimeSyntheticMethodInfo
|
H A D | RuntimeNamedMethodInfo.cs | 119 public sealed override bool IsGenericMethodDefinition property in System.Reflection.Runtime.MethodInfos.RuntimeNamedMethodInfo
|
H A D | RuntimeMethodInfo.cs | 208 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 D | ConstructorOnTypeBuilderInstTest.cs | 379 public void IsGenericMethodDefinition () in IsGenericMethodDefinition() method in MonoTests.System.Reflection.Emit.ConstructorOnTypeBuilderInstTest
|
H A D | MethodOnTypeBuilderInstTest.cs | 359 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 D | MethodBase.cs | 132 public virtual bool IsGenericMethodDefinition property in IKVM.Reflection.MethodBase
|
H A D | MethodInfo.cs | 372 public override bool IsGenericMethodDefinition property in IKVM.Reflection.MethodInfoWithReflectedType
|
H A D | GenericWrappers.cs | 146 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 D | ConstructorOnTypeBuilderInst.cs | 202 public override bool IsGenericMethodDefinition { property in System.Reflection.Emit.ConstructorOnTypeBuilderInst
|
H A D | MethodOnTypeBuilderInst.cs | 278 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 D | methodbuilderinstantiation.cs | 74 public override bool IsGenericMethodDefinition { get { return false; } } property in System.Reflection.Emit.MethodBuilderInstantiation
|
H A D | xxxontypebuilderinstantiation.cs | 87 …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 D | MethodBase.cs | 47 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 D | MethodBase.cs | 47 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 D | NativeFormatMethodCommon.cs | 27 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 D | EcmaFormatMethodCommon.cs | 34 public bool IsGenericMethodDefinition => GenericParameterCount != 0; field
|
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Reader/ |
H A D | Method.cs | 161 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 D | ReflectionHelper.cs | 295 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 D | MethodMirror.cs | 200 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 D | MethodDesc.cs | 459 public bool IsGenericMethodDefinition property in Internal.TypeSystem.MethodDesc
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/ |
H A D | methodbase.cs | 204 public virtual bool IsGenericMethodDefinition { get { return false; } } property in System.Reflection.MethodBase
|