1 write to reader
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\PdbReader.cs (1)
11this.reader = reader;
3 references to reader
Mono.Cecil.Pdb (3)
Microsoft.Cci.Pdb\MsfDirectory.cs (1)
19bits.Append(reader.reader, pagesInThisPage * 4);
Microsoft.Cci.Pdb\PdbReader.cs (2)
15reader.Seek(page * pageSize + offset, SeekOrigin.Begin); 19reader.Read(bytes, offset, count);