1 write to StackLowBound
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ExceptionInfo.cs (1)
20
StackLowBound
= target.ReadPointerField(address, type, nameof(StackLowBound));
4 references to StackLowBound
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
87
if (exInfo.
StackLowBound
== TargetPointer.PlatformMaxValue(_target) &&
173
if (exceptionInfo.
StackLowBound
== TargetPointer.PlatformMaxValue(_target)
179
return (exceptionInfo.
StackLowBound
< callerStackPointer) && (callerStackPointer <= exceptionInfo.StackHighBound);
Data\ExceptionInfo.cs (1)
20
StackLowBound = target.ReadPointerField(address, type, nameof(
StackLowBound
));