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\General\Dispensers.cs (1)
109internal static RuntimePlainConstructorInfo<TRuntimeMethodCommon> GetRuntimePlainConstructorInfo(TRuntimeMethodCommon common)
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (3)
87return RuntimePlainConstructorInfo<TRuntimeMethodCommon>.GetRuntimePlainConstructorInfo(_common.RuntimeMethodCommonOfUninstantiatedMethod); 119if (!(other is RuntimePlainConstructorInfo<TRuntimeMethodCommon> otherConstructor)) 132if (!(obj is RuntimePlainConstructorInfo<TRuntimeMethodCommon> other))
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (1)
37yield return RuntimePlainConstructorInfo<NativeFormatMethodCommon>.GetRuntimePlainConstructorInfo(new NativeFormatMethodCommon(methodHandle, this, contextTypeInfo));
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.GetMember.cs (1)
146if (constructor is RuntimePlainConstructorInfo<TRuntimeMethodCommon> runtimeConstructor &&