2 references to OperationCanceledIgnoringCallerTokenException
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
145
if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is
OperationCanceledIgnoringCallerTokenException
)
221
if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is
OperationCanceledIgnoringCallerTokenException
)