1 instantiation of PdbLine
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\PdbFile.cs (1)
258
lines[i] = new
PdbLine
(line.offset,
5 references to PdbLine
Mono.Cecil.Pdb (5)
Microsoft.Cci.Pdb\PdbFile.cs (1)
236
PdbLine
[] lines = tmp.lines;
Microsoft.Cci.Pdb\PdbLines.cs (2)
9
internal
PdbLine
[] lines;
13
this.lines = new
PdbLine
[count];
Mono.Cecil.Pdb\NativePdbReader.cs (2)
325
foreach (
var
line in lines.lines)
329
static void ReadLine (
PdbLine
line, Document document, MethodDebugInformation info)