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