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