1 write to ChecksumType
ILCompiler.Diagnostics (1)
PdbWriter.cs (1)
106unknownDocument.ChecksumType = SymChecksumType.None;
3 references to ChecksumType
ILCompiler.Diagnostics (3)
PdbWriter.cs (3)
63if (ChecksumType != other.ChecksumType) 361SymChecksumType checksumType = document.ChecksumType;