1 instantiation of RuntimeNamedMethodInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\General\Dispensers.cs (1)
133
RuntimeNamedMethodInfo<TRuntimeMethodCommon> method = new
RuntimeNamedMethodInfo
<TRuntimeMethodCommon>(common, reflectedType);
16 references to RuntimeNamedMethodInfo
System.Private.CoreLib (16)
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\General\Dispensers.cs (2)
131
internal static
RuntimeNamedMethodInfo
<TRuntimeMethodCommon> GetRuntimeNamedMethodInfo(TRuntimeMethodCommon common, RuntimeTypeInfo reflectedType)
133
RuntimeNamedMethodInfo
<TRuntimeMethodCommon> method = new RuntimeNamedMethodInfo<TRuntimeMethodCommon>(common, reflectedType);
System\Reflection\Runtime\MethodInfos\IRuntimeMethodCommon.cs (1)
57
RuntimeTypeInfo[] GetGenericTypeParametersWithSpecifiedOwningMethod(
RuntimeNamedMethodInfo
<TRuntimeMethodCommon> owningMethod);
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
77
public RuntimeTypeInfo[] GetGenericTypeParametersWithSpecifiedOwningMethod(
RuntimeNamedMethodInfo
<NativeFormatMethodCommon> owningMethod)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (7)
157
return
RuntimeNamedMethodInfo
<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(_common.RuntimeMethodCommonOfUninstantiatedMethod, _common.DefiningTypeInfo);
206
if (!(other is
RuntimeNamedMethodInfo
<TRuntimeMethodCommon> otherMethod))
214
if (!(obj is
RuntimeNamedMethodInfo
<TRuntimeMethodCommon> other))
271
return
RuntimeNamedMethodInfo
<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(_common, _common.ContextTypeInfo);
279
RuntimeNamedMethodInfo
<TRuntimeMethodCommon> owningMethod = this;
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);