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