2 references to UnwindToPossibleHandler
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
595
Continuation? handlerContinuation =
UnwindToPossibleHandler
(asyncDispatcherInfo.NextContinuation, ex, ref unwindedFrames);
706
Continuation? handlerContinuation =
UnwindToPossibleHandler
(asyncDispatcherInfo.NextContinuation, ex, ref unwindedFrames);