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)
17private readonly HotColdLookup _hotCold; 23_hotCold = HotColdLookup.Create(target);
Contracts\ExecutionManager\Helpers\HotColdLookup.cs (1)
10public static HotColdLookup Create(Target target)