4 references to StackLowBound
Microsoft.Diagnostics.DataContractReader.Contracts (4)
_generated\57\Microsoft_Diagnostics_DataContractReader_Data.ExceptionInfo.g.cs (1)
406
_ =
StackLowBound
;
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
87
if (exInfo.
StackLowBound
== TargetPointer.PlatformMaxValue(_target) &&
230
if (exceptionInfo.
StackLowBound
== TargetPointer.PlatformMaxValue(_target)
236
return (exceptionInfo.
StackLowBound
< callerStackPointer) && (callerStackPointer <= exceptionInfo.StackHighBound);