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