2 types derived from RuntimeNamedMethodInfo
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeDummyMethodInfo.cs (1)
16internal sealed class RuntimeDummyMethodInfo : RuntimeNamedMethodInfo
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
29internal sealed partial class RuntimeNamedMethodInfo<TRuntimeMethodCommon> : RuntimeNamedMethodInfo
19 references to RuntimeNamedMethodInfo
System.Private.CoreLib (19)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
35RuntimeNamedMethodInfo? runtimeNamedMethodInfo = null;
System\Reflection\Runtime\General\Dispensers.cs (1)
144internal static RuntimeMethodInfo GetRuntimeConstructedGenericMethodInfo(RuntimeNamedMethodInfo genericMethodDefinition, RuntimeTypeInfo[] genericTypeArguments)
System\Reflection\Runtime\General\TypeUnifier.NativeFormat.cs (1)
133internal static NativeFormatRuntimeGenericParameterTypeInfoForMethods GetRuntimeGenericParameterTypeInfoForMethods(RuntimeNamedMethodInfo methodOwner, MetadataReader reader, GenericParameterHandle genericParameterHandle)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (4)
23private RuntimeConstructedGenericMethodInfo(RuntimeNamedMethodInfo genericMethodDefinition, RuntimeTypeInfo[] genericTypeArguments) 220RuntimeNamedMethodInfo newGenericMethodDefinition = (RuntimeNamedMethodInfo)(_genericMethodDefinition.WithReflectedTypeSetToDeclaringType); 225private readonly RuntimeNamedMethodInfo _genericMethodDefinition;
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (1)
135protected sealed override RuntimeNamedMethodInfo GetPropertyMethod(PropertyMethodSemantics whichMethod)
System\Reflection\Runtime\PropertyInfos\RuntimePropertyInfo.cs (7)
234private RuntimeNamedMethodInfo Getter 238RuntimeNamedMethodInfo getter = _lazyGetter; 253private RuntimeNamedMethodInfo Setter 257RuntimeNamedMethodInfo setter = _lazySetter; 339protected abstract RuntimeNamedMethodInfo GetPropertyMethod(PropertyMethodSemantics whichMethod); 368private volatile RuntimeNamedMethodInfo _lazyGetter; 369private volatile RuntimeNamedMethodInfo _lazySetter;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfoForMethods.cs (2)
19private NativeFormatRuntimeGenericParameterTypeInfoForMethods(MetadataReader reader, GenericParameterHandle genericParameterHandle, RuntimeNamedMethodInfo declaringRuntimeNamedMethodInfo) 68private readonly RuntimeNamedMethodInfo _declaringRuntimeNamedMethodInfo;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfoForMethods.UnificationKey.cs (2)
24public UnificationKey(RuntimeNamedMethodInfo methodOwner, MetadataReader reader, GenericParameterHandle genericParameterHandle) 31public RuntimeNamedMethodInfo MethodOwner { get; }