1 write to Name
ILCompiler.Diagnostics (1)
PdbWriter.cs (1)
105unknownDocument.Name = "unknown";
5 references to Name
ILCompiler.Diagnostics (5)
PdbWriter.cs (5)
46return Name.GetHashCode(); 61if (Name != other.Name) 323string str = document.Name; 371writer.Write(_stringTableToOffsetMapping[document.Name]);