1 instantiation of CodeHeapListNode
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\CodeHeapListNode.cs (1)
9=> new CodeHeapListNode(target, address);
12 references to CodeHeapListNode
Microsoft.Diagnostics.DataContractReader.Contracts (12)
Contracts\ExecutionManager\ExecutionManagerCore.cs (2)
453Data.CodeHeapListNode node = _target.ProcessedData.GetOrAdd<Data.CodeHeapListNode>(nodeAddr);
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (2)
157Data.CodeHeapListNode heapListNode = Target.ProcessedData.GetOrAdd<Data.CodeHeapListNode>(heapListAddress);
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (2)
136Data.CodeHeapListNode heapListNode = Target.ProcessedData.GetOrAdd<Data.CodeHeapListNode>(heapListAddress);
Contracts\ExecutionManager\Helpers\INibbleMap.cs (1)
14public TargetPointer FindMethodCode(Data.CodeHeapListNode heapListNode, TargetCodePointer jittedCodeAddress);
Contracts\ExecutionManager\Helpers\NibbleMapConstantLookup.cs (1)
140public TargetPointer FindMethodCode(Data.CodeHeapListNode heapListNode, TargetCodePointer jittedCodeAddress)
Contracts\ExecutionManager\Helpers\NibbleMapLinearLookup.cs (1)
149public TargetPointer FindMethodCode(Data.CodeHeapListNode heapListNode, TargetCodePointer jittedCodeAddress)
Data\CodeHeapListNode.cs (3)
6internal sealed class CodeHeapListNode : IData<CodeHeapListNode> 8static CodeHeapListNode IData<CodeHeapListNode>.Create(Target target, TargetPointer address)