1 implementation of IsExceptionHandlingHelperInlinedCallFrame
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\StackWalk_1.cs (1)
912bool IStackWalk.IsExceptionHandlingHelperInlinedCallFrame(TargetPointer frameAddress) => _frameHelpers.IsExceptionHandlingHelperInlinedCallFrame(frameAddress);
1 reference to IsExceptionHandlingHelperInlinedCallFrame
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
1299&& !stackwalk.IsExceptionHandlingHelperInlinedCallFrame(frame.FrameAddress);