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