1 write to nextLine
Roslyn.Test.PdbUtilities (1)
Reader\Token2SourceLineExporter.cs (1)
1334tokenLine.nextLine = new PdbTokenLine(token, file_id, line, column, endLine, endColumn);
2 references to nextLine
Roslyn.Test.PdbUtilities (2)
Reader\Token2SourceLineExporter.cs (2)
1332while (tokenLine.nextLine != null) 1333tokenLine = tokenLine.nextLine;