4 references to GetRuntimePlainConstructorInfo
System.Private.CoreLib (4)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
44
return RuntimePlainConstructorInfo<NativeFormatMethodCommon>.
GetRuntimePlainConstructorInfo
(new NativeFormatMethodCommon(nativeFormatMethodHandle, definingTypeInfo, contextTypeInfo));
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
64
return RuntimePlainConstructorInfo<NativeFormatMethodCommon>.
GetRuntimePlainConstructorInfo
(new NativeFormatMethodCommon(methodHandle, attributeType, attributeType));
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
90
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));