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\General\Dispensers.cs (1)
109
internal static
RuntimePlainConstructorInfo
<TRuntimeMethodCommon> GetRuntimePlainConstructorInfo(TRuntimeMethodCommon common)
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (3)
87
return
RuntimePlainConstructorInfo
<TRuntimeMethodCommon>.GetRuntimePlainConstructorInfo(_common.RuntimeMethodCommonOfUninstantiatedMethod);
119
if (!(other is
RuntimePlainConstructorInfo
<TRuntimeMethodCommon> otherConstructor))
132
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));
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.GetMember.cs (1)
146
if (constructor is
RuntimePlainConstructorInfo
<TRuntimeMethodCommon> runtimeConstructor &&