1 instantiation of RuntimeSyntheticConstructorInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\General\Dispensers.cs (1)
122
return new
RuntimeSyntheticConstructorInfo
(syntheticMethodId, declaringType, runtimeParameterTypes, options, action);
5 references to RuntimeSyntheticConstructorInfo
System.Private.CoreLib (5)
System\Reflection\Runtime\General\Dispensers.cs (1)
120
internal static
RuntimeSyntheticConstructorInfo
GetRuntimeSyntheticConstructorInfo(SyntheticMethodId syntheticMethodId, RuntimeArrayTypeInfo declaringType, RuntimeTypeInfo[] runtimeParameterTypes, InvokerOptions options, CustomMethodInvokerAction action)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
113
if (!(obj is
RuntimeSyntheticConstructorInfo
other))
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (3)
69
yield return
RuntimeSyntheticConstructorInfo
.GetRuntimeSyntheticConstructorInfo(
107
yield return
RuntimeSyntheticConstructorInfo
.GetRuntimeSyntheticConstructorInfo(
143
yield return
RuntimeSyntheticConstructorInfo
.GetRuntimeSyntheticConstructorInfo(