2 instantiations of IntHashTable
Roslyn.Test.PdbUtilities (2)
Reader\Token2SourceLineExporter.cs (2)
1368IntHashTable checks = new IntHashTable(); 1407IntHashTable ht = new IntHashTable();
8 references to IntHashTable
Roslyn.Test.PdbUtilities (8)
Reader\Token2SourceLineExporter.cs (8)
1209IntHashTable names = LoadNameStream(bits); 1288BitAccess bits, DbiModuleInfo module, IntHashTable names, Dictionary<uint, PdbTokenLine> tokenToSourceMapping) 1357IntHashTable sourceFiles = ReadSourceFileInfo(bits, (uint)limit, names); 1366private static IntHashTable ReadSourceFileInfo(BitAccess bits, uint limit, IntHashTable names) 1368IntHashTable checks = new IntHashTable(); 1405private static IntHashTable LoadNameStream(BitAccess bits) 1407IntHashTable ht = new IntHashTable();