4 references to StackHighBound
Microsoft.Diagnostics.DataContractReader.Contracts (4)
_generated\57\Microsoft_Diagnostics_DataContractReader_Data.ExceptionInfo.g.cs (1)
407
_ =
StackHighBound
;
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
88
exInfo.
StackHighBound
== TargetPointer.Null)
231
&& exceptionInfo.
StackHighBound
== TargetPointer.Null)
236
return (exceptionInfo.StackLowBound < callerStackPointer) && (callerStackPointer <= exceptionInfo.
StackHighBound
);