3 instantiations of RoSyntheticConstructor
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Types\RoArrayType.cs (3)
98yield return new RoSyntheticConstructor(this, uniquifier++, parameterTypes); 124yield return new RoSyntheticConstructor(this, uniquifier++, parameterTypes); 147yield return new RoSyntheticConstructor(this, uniquifier++, parameterTypes);
1 reference to RoSyntheticConstructor
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs (1)
68if (!(obj is RoSyntheticConstructor other))