2 writes to count
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbFile.cs (2)
211bits.ReadUInt32(out file.count); 225bits.ReadUInt32(out file.count);
4 references to count
Mono.Cecil.Pdb (4)
Microsoft.Cci.Pdb\PdbFile.cs (4)
213int linsiz = (int)file.count * (8 + ((sec.flags & 1) != 0 ? 4 : 0)); 234PdbLines tmp = new PdbLines(src, file.count); 239int pcol = bits.Position + 8 * (int)file.count; 241for (int i = 0; i < file.count; i++) {