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