1 instantiation of PdbReader
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\PdbFile.cs (1)
367
PdbReader reader = new
PdbReader
(read, head.pageSize);
8 references to PdbReader
Mono.Cecil.Pdb (8)
Microsoft.Cci.Pdb\DataStream.cs (2)
20
internal void Read(
PdbReader
reader, BitAccess bits) {
25
internal void Read(
PdbReader
reader, int position,
Microsoft.Cci.Pdb\MsfDirectory.cs (1)
8
internal MsfDirectory(
PdbReader
reader, PdbFileHeader head, BitAccess bits) {
Microsoft.Cci.Pdb\PdbFile.cs (5)
159
PdbReader
reader,
279
PdbReader
reader,
367
PdbReader
reader = new PdbReader(read, head.pageSize);
440
Dictionary<string, int> nameIndex,
PdbReader
reader, Dictionary<uint, PdbTokenLine> tokenToSourceMapping, Dictionary<string,PdbSource> sourceCache) {
523
Dictionary<string, int> nameIndex,
PdbReader
reader, Dictionary<string, PdbSource> sourceCache)