2 references to IsCurrentOperationBeingCancelled
Microsoft.CodeAnalysis.InteractiveHost (2)
FatalError.cs (2)
140
if (ExceptionUtilities.
IsCurrentOperationBeingCancelled
(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)
216
if (ExceptionUtilities.
IsCurrentOperationBeingCancelled
(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)