1 write to cbOldLines
Roslyn.Test.PdbUtilities (1)
Reader\Token2SourceLineExporter.cs (1)
691bits.ReadInt32(out cbOldLines);
2 references to cbOldLines
Roslyn.Test.PdbUtilities (2)
Reader\Token2SourceLineExporter.cs (2)
1359bits.Position = module.cbSyms + module.cbOldLines; 1360int limit = module.cbSyms + module.cbOldLines + module.cbLines;