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