1 write to cbOldLines
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\DbiModuleInfo.cs (1)
14bits.ReadInt32(out cbOldLines);
4 references to cbOldLines
Mono.Cecil.Pdb (4)
Microsoft.Cci.Pdb\PdbFile.cs (4)
297bits.Position = info.cbSyms + info.cbOldLines; 299(uint)(info.cbSyms + info.cbOldLines + info.cbLines), 511bits.Position = module.cbSyms + module.cbOldLines; 512int limit = module.cbSyms + module.cbOldLines + module.cbLines;