3 instantiations of RoSyntheticMethod
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Types\RoArrayType.cs (3)
167
yield return new
RoSyntheticMethod
(this, 0, "Get", elementType, getParameters);
178
yield return new
RoSyntheticMethod
(this, 1, "Set", systemVoid, setParameters);
188
yield return new
RoSyntheticMethod
(this, 2, "Address", elementType.GetUniqueByRefType(), addressParameters);
1 reference to RoSyntheticMethod
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Methods\RoSyntheticMethod.cs (1)
70
if (!(obj is
RoSyntheticMethod
other))