2 references to PdbTokenLine
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbFile.cs (2)
485
tokenToSourceMapping.Add(token, new
PdbTokenLine
(token, file_id, line, column, endLine, endColumn));
488
tokenLine.nextLine = new
PdbTokenLine
(token, file_id, line, column, endLine, endColumn);