1 write to nextLine
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\PdbFile.cs (1)
488tokenLine.nextLine = new PdbTokenLine(token, file_id, line, column, endLine, endColumn);
2 references to nextLine
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbFile.cs (2)
487while (tokenLine.nextLine != null) tokenLine = tokenLine.nextLine;