1 write to ExportedType
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.TypeForwarders.cs (1)
104
=> (Module,
ExportedType
) = (module, exportedType);
4 references to ExportedType
ILCompiler.MetadataTransform (4)
ILCompiler\Metadata\Transform.TypeForwarders.cs (4)
56
Ecma.ExportedType exportedType = reader.GetExportedType(key.
ExportedType
);
106
public bool Equals(ForwarderKey other) => Module == other.Module &&
ExportedType
== other.
ExportedType
;
107
public override int GetHashCode() => HashCode.Combine(Module.GetHashCode(),
ExportedType
.GetHashCode());