2 references to IsCurrentOperationBeingCancelled
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Compilers\Core\Portable\InternalUtilities\FatalError.cs (2)
140
if (ExceptionUtilities.
IsCurrentOperationBeingCancelled
(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)
216
if (ExceptionUtilities.
IsCurrentOperationBeingCancelled
(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)