3 references to EndAddress
Microsoft.Diagnostics.DataContractReader.Contracts (3)
_generated\18\Microsoft_Diagnostics_DataContractReader_Data.CodeHeapListNode.g.cs (1)
223
_ =
EndAddress
;
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (1)
172
TargetCodePointer current = new(heapListNode.
EndAddress
.Value);
Contracts\ExecutionManager\Helpers\NibbleMapConstantLookup.cs (1)
141
if (jittedCodeAddress < heapListNode.StartAddress || jittedCodeAddress > heapListNode.
EndAddress
)