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