2 instantiations of IntHashTable
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbFile.cs (2)
100IntHashTable ht = new IntHashTable(); 525IntHashTable checks = new IntHashTable();
11 references to IntHashTable
Mono.Cecil.Pdb (11)
Microsoft.Cci.Pdb\PdbFile.cs (11)
99static IntHashTable LoadNameStream(BitAccess bits) { 100IntHashTable ht = new IntHashTable(); 155IntHashTable names, 166IntHashTable checks = ReadSourceFileInfo(bits, limit, names, dir, nameIndex, reader, sourceCache); 274IntHashTable names, 380IntHashTable names = LoadNameStream(bits); 439private static void LoadTokenToSourceInfo(BitAccess bits, DbiModuleInfo module, IntHashTable names, MsfDirectory dir, 513IntHashTable sourceFiles = ReadSourceFileInfo(bits, (uint)limit, names, dir, nameIndex, reader, sourceCache); 522private static IntHashTable ReadSourceFileInfo(BitAccess bits, uint limit, IntHashTable names, MsfDirectory dir, 525IntHashTable checks = new IntHashTable();