2 references to IsCurrentOperationBeingCancelled
Microsoft.CodeAnalysis.Workspaces (2)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
148
if (ExceptionUtilities.
IsCurrentOperationBeingCancelled
(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)
224
if (ExceptionUtilities.
IsCurrentOperationBeingCancelled
(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)