1 instantiation of HashMapLookup
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ExecutionManager\Helpers\HashMapLookup.cs (1)
18=> new HashMapLookup(target);
6 references to HashMapLookup
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
277if (methodDesc == (ulong)HashMapLookup.SpecialKeys.InvalidEntry)
Contracts\ExecutionManager\Helpers\HashMapLookup.cs (5)
17public static HashMapLookup Create(Target target) 80private readonly HashMapLookup _lookup; 83_lookup = HashMapLookup.Create(target); 89key = key > (uint)HashMapLookup.SpecialKeys.Deleted ? key : key + 100; 94return value != (uint)HashMapLookup.SpecialKeys.InvalidEntry