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