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)
56Ecma.ExportedType exportedType = reader.GetExportedType(key.ExportedType); 106public bool Equals(ForwarderKey other) => Module == other.Module && ExportedType == other.ExportedType; 107public override int GetHashCode() => HashCode.Combine(Module.GetHashCode(), ExportedType.GetHashCode());