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