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