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