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)
172TargetCodePointer current = new(heapListNode.EndAddress.Value);
Contracts\ExecutionManager\Helpers\NibbleMapConstantLookup.cs (1)
141if (jittedCodeAddress < heapListNode.StartAddress || jittedCodeAddress > heapListNode.EndAddress)