4 writes to hash
Mono.Cecil.Mdb (4)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (4)
711
this.
hash
= checksum;
733
hash
= md5.ComputeHash (fs);
736
hash
= new byte [16];
763
hash
= reader.ReadBytes (16);
4 references to hash
Mono.Cecil.Mdb (4)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (4)
717
return
hash
;
729
if (
hash
== null) {
741
bw.Write (
hash
);
794
if (data [i] !=
hash
[i])