1 reference to OperationCanceledIgnoringCallerTokenException
Microsoft.CodeAnalysis (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
145
if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is
OperationCanceledIgnoringCallerTokenException
)