3 references to GetRuntimePlainConstructorInfo
System.Private.CoreLib (3)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
44
return RuntimePlainConstructorInfo<NativeFormatMethodCommon>.
GetRuntimePlainConstructorInfo
(new NativeFormatMethodCommon(nativeFormatMethodHandle, definingTypeInfo, contextTypeInfo));
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
87
return RuntimePlainConstructorInfo<TRuntimeMethodCommon>.
GetRuntimePlainConstructorInfo
(_common.RuntimeMethodCommonOfUninstantiatedMethod);
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (1)
37
yield return RuntimePlainConstructorInfo<NativeFormatMethodCommon>.
GetRuntimePlainConstructorInfo
(new NativeFormatMethodCommon(methodHandle, this, contextTypeInfo));