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