2 references to OperationCanceledIgnoringCallerTokenException
Microsoft.CodeAnalysis.CodeStyle (2)
FatalError.cs (2)
140
if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is
OperationCanceledIgnoringCallerTokenException
)
216
if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is
OperationCanceledIgnoringCallerTokenException
)