1 write to dbghdrSize
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\DbiHeader.cs (1)
24
bits.ReadInt32(out
dbghdrSize
);
2 references to dbghdrSize
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbFile.cs (2)
354
end = bits.Position + dh.
dbghdrSize
;
355
if (dh.
dbghdrSize
> 0) {