5 references to IsCurrentOperationBeingCancelled
Microsoft.CodeAnalysis (5)
InternalUtilities\FatalError.cs (1)
140
if (ExceptionUtilities.
IsCurrentOperationBeingCancelled
(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)
SourceGeneration\Nodes\SyntaxReceiverStrategy.cs (1)
85
catch (Exception e) when (!ExceptionUtilities.
IsCurrentOperationBeingCancelled
(e, cancellationToken))
SourceGeneration\UserFunction.cs (3)
33
catch (Exception e) when (!ExceptionUtilities.
IsCurrentOperationBeingCancelled
(e, token))
53
catch (Exception e) when (!ExceptionUtilities.
IsCurrentOperationBeingCancelled
(e, token))
68
catch (Exception e) when (!ExceptionUtilities.
IsCurrentOperationBeingCancelled
(e, token))