3 writes to Scope
ILCompiler.MetadataTransform (3)
ILCompiler\Metadata\Transform.TypeForwarders.cs (2)
76
record.
Scope
= HandleScopeReference(refName);
86
record.
Scope
= scope.Scope;
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
4491
Scope
= visitor.Visit(this, Scope);
8 references to Scope
ILCompiler.MetadataTransform (8)
ILCompiler\Metadata\Transform.TypeForwarders.cs (1)
86
record.Scope = scope.
Scope
;
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (6)
4491
Scope = visitor.Visit(this,
Scope
);
4501
if (!Object.Equals(
Scope
, other.
Scope
)) return false;
4513
hash = ((hash << 13) - (hash >> 19)) ^ (
Scope
== null ? 0 :
Scope
.GetHashCode());
4522
writer.Write(
Scope
);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
725
return this.Name.Value + " -> " + this.
Scope
.Name.Value;