1 override of SyntheticConstructors
System.Private.CoreLib (1)
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (1)
45
internal sealed override IEnumerable<RuntimeConstructorInfo>
SyntheticConstructors
2 references to SyntheticConstructors
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.CoreGetDeclared.cs (2)
42
Debug.Assert(object.ReferenceEquals(
SyntheticConstructors
, Array.Empty<RuntimeConstructorInfo>()));
52
foreach (RuntimeConstructorInfo syntheticConstructor in
SyntheticConstructors
)