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