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