1 reference to OperationCanceledIgnoringCallerTokenException
Microsoft.CodeAnalysis (1)
InternalUtilities\FatalError.cs (1)
142
if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is
OperationCanceledIgnoringCallerTokenException
)