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