9 references to GetRuntimeNamedMethodInfo
System.Private.CoreLib (9)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
50
runtimeNamedMethodInfo = RuntimeNamedMethodInfo<NativeFormatMethodCommon>.
GetRuntimeNamedMethodInfo
(new NativeFormatMethodCommon(nativeFormatMethodHandle, definingTypeInfo, contextTypeInfo), reflectedType);
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.cs (1)
82
return RuntimeNamedMethodInfo<NativeFormatMethodCommon>.
GetRuntimeNamedMethodInfo
(new NativeFormatMethodCommon(methodHandle, containingType, containingType), containingType);
System\Reflection\Runtime\EventInfos\NativeFormat\NativeFormatRuntimeEventInfo.cs (1)
81
return RuntimeNamedMethodInfo<NativeFormatMethodCommon>.
GetRuntimeNamedMethodInfo
(new NativeFormatMethodCommon(methodSemantics.Method, _definingTypeInfo, ContextTypeInfo), ReflectedTypeInfo);
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (4)
157
return RuntimeNamedMethodInfo<TRuntimeMethodCommon>.
GetRuntimeNamedMethodInfo
(_common.RuntimeMethodCommonOfUninstantiatedMethod, _common.DefiningTypeInfo);
271
return RuntimeNamedMethodInfo<TRuntimeMethodCommon>.
GetRuntimeNamedMethodInfo
(_common, _common.ContextTypeInfo);
284
owningMethod = RuntimeNamedMethodInfo<TRuntimeMethodCommon>.
GetRuntimeNamedMethodInfo
(uninstantiatedCommon, uninstantiatedCommon.DeclaringType);
290
owningMethod = RuntimeNamedMethodInfo<TRuntimeMethodCommon>.
GetRuntimeNamedMethodInfo
(_common, _common.DeclaringType);
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (1)
174
return RuntimeNamedMethodInfo<NativeFormatMethodCommon>.
GetRuntimeNamedMethodInfo
(new NativeFormatMethodCommon(methodHandle, _definingTypeInfo, ContextTypeInfo), _reflectedType);
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (1)
52
yield return RuntimeNamedMethodInfo<NativeFormatMethodCommon>.
GetRuntimeNamedMethodInfo
(new NativeFormatMethodCommon(methodHandle, this, contextTypeInfo), reflectedType);