2 instantiations of IntHashTable
Roslyn.Test.PdbUtilities (2)
Reader\Token2SourceLineExporter.cs (2)
1372IntHashTable checks = new IntHashTable(); 1411IntHashTable ht = new IntHashTable();
8 references to IntHashTable
Roslyn.Test.PdbUtilities (8)
Reader\Token2SourceLineExporter.cs (8)
1213IntHashTable names = LoadNameStream(bits); 1292BitAccess bits, DbiModuleInfo module, IntHashTable names, Dictionary<uint, PdbTokenLine> tokenToSourceMapping) 1361IntHashTable sourceFiles = ReadSourceFileInfo(bits, (uint)limit, names); 1370private static IntHashTable ReadSourceFileInfo(BitAccess bits, uint limit, IntHashTable names) 1372IntHashTable checks = new IntHashTable(); 1409private static IntHashTable LoadNameStream(BitAccess bits) 1411IntHashTable ht = new IntHashTable();