1 instantiation of HotColdLookup
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ExecutionManager\Helpers\HotColdLookup.cs (1)
11
=> new
HotColdLookup
(target);
3 references to HotColdLookup
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (2)
17
private readonly
HotColdLookup
_hotCold;
23
_hotCold =
HotColdLookup
.Create(target);
Contracts\ExecutionManager\Helpers\HotColdLookup.cs (1)
10
public static
HotColdLookup
Create(Target target)