1 instantiation of RuntimePlainConstructorInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\General\Dispensers.cs (1)
111return new RuntimePlainConstructorInfo<TRuntimeMethodCommon>(common);
7 references to RuntimePlainConstructorInfo
System.Private.CoreLib (7)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
44return RuntimePlainConstructorInfo<NativeFormatMethodCommon>.GetRuntimePlainConstructorInfo(new NativeFormatMethodCommon(nativeFormatMethodHandle, definingTypeInfo, contextTypeInfo));
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
64return RuntimePlainConstructorInfo<NativeFormatMethodCommon>.GetRuntimePlainConstructorInfo(new NativeFormatMethodCommon(methodHandle, attributeType, attributeType));
System\Reflection\Runtime\General\Dispensers.cs (1)
109internal static RuntimePlainConstructorInfo<TRuntimeMethodCommon> GetRuntimePlainConstructorInfo(TRuntimeMethodCommon common)
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (3)
90return RuntimePlainConstructorInfo<TRuntimeMethodCommon>.GetRuntimePlainConstructorInfo(_common.RuntimeMethodCommonOfUninstantiatedMethod); 122if (!(other is RuntimePlainConstructorInfo<TRuntimeMethodCommon> otherConstructor)) 130if (!(obj is RuntimePlainConstructorInfo<TRuntimeMethodCommon> other))
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (1)
37yield return RuntimePlainConstructorInfo<NativeFormatMethodCommon>.GetRuntimePlainConstructorInfo(new NativeFormatMethodCommon(methodHandle, this, contextTypeInfo));