1 override of SyntheticMethods
System.Private.CoreLib (1)
System\Reflection\Runtime\TypeInfos\RuntimeArrayTypeInfo.cs (1)
164internal sealed override IEnumerable<RuntimeMethodInfo> SyntheticMethods
2 references to SyntheticMethods
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.CoreGetDeclared.cs (2)
65Debug.Assert(object.ReferenceEquals(SyntheticMethods, Array.Empty<RuntimeMethodInfo>())); 75foreach (RuntimeMethodInfo syntheticMethod in SyntheticMethods)