1 write to Checksum
ILCompiler.Diagnostics (1)
PdbWriter.cs (1)
107unknownDocument.Checksum = Array.Empty<byte>();
7 references to Checksum
ILCompiler.Diagnostics (7)
PdbWriter.cs (7)
65if (Checksum.Length != other.Checksum.Length) 67for (int i = 0; i < Checksum.Length; i++) 69if (Checksum[i] != other.Checksum[i]) 362byte[] checksum = document.Checksum; 364if (document.Checksum.Length > 255)