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