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)
277
if (methodDesc == (ulong)
HashMapLookup
.SpecialKeys.InvalidEntry)
Contracts\ExecutionManager\Helpers\HashMapLookup.cs (5)
17
public static
HashMapLookup
Create(Target target)
80
private readonly
HashMapLookup
_lookup;
83
_lookup =
HashMapLookup
.Create(target);
89
key = key > (uint)
HashMapLookup
.SpecialKeys.Deleted ? key : key + 100;
94
return value != (uint)
HashMapLookup
.SpecialKeys.InvalidEntry