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