1 instantiation of RuntimePlainConstructorInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\General\Dispensers.cs (1)
111
return new
RuntimePlainConstructorInfo
<TRuntimeMethodCommon>(common);
7 references to RuntimePlainConstructorInfo
System.Private.CoreLib (7)
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\General\Dispensers.cs (1)
109
internal static
RuntimePlainConstructorInfo
<TRuntimeMethodCommon> GetRuntimePlainConstructorInfo(TRuntimeMethodCommon common)
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (3)
90
return
RuntimePlainConstructorInfo
<TRuntimeMethodCommon>.GetRuntimePlainConstructorInfo(_common.RuntimeMethodCommonOfUninstantiatedMethod);
122
if (!(other is
RuntimePlainConstructorInfo
<TRuntimeMethodCommon> otherConstructor))
130
if (!(obj is
RuntimePlainConstructorInfo
<TRuntimeMethodCommon> other))
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (1)
37
yield return
RuntimePlainConstructorInfo
<NativeFormatMethodCommon>.GetRuntimePlainConstructorInfo(new NativeFormatMethodCommon(methodHandle, this, contextTypeInfo));