1 write to StackHighBound
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ExceptionInfo.cs (1)
21
StackHighBound
= target.ReadPointerField(address, type, nameof(StackHighBound));
4 references to StackHighBound
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
88
exInfo.
StackHighBound
== TargetPointer.Null)
174
&& exceptionInfo.
StackHighBound
== TargetPointer.Null)
179
return (exceptionInfo.StackLowBound < callerStackPointer) && (callerStackPointer <= exceptionInfo.
StackHighBound
);
Data\ExceptionInfo.cs (1)
21
StackHighBound = target.ReadPointerField(address, type, nameof(
StackHighBound
));