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