1 implementation of RuntimeMethodCommonOfUninstantiatedMethod
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
51
public NativeFormatMethodCommon
RuntimeMethodCommonOfUninstantiatedMethod
3 references to RuntimeMethodCommonOfUninstantiatedMethod
System.Private.CoreLib (3)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (2)
157
return RuntimeNamedMethodInfo<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(_common.
RuntimeMethodCommonOfUninstantiatedMethod
, _common.DefiningTypeInfo);
283
TRuntimeMethodCommon uninstantiatedCommon = _common.
RuntimeMethodCommonOfUninstantiatedMethod
;
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
90
return RuntimePlainConstructorInfo<TRuntimeMethodCommon>.GetRuntimePlainConstructorInfo(_common.
RuntimeMethodCommonOfUninstantiatedMethod
);