4 instantiations of OperationCanceledIgnoringCallerTokenException
Microsoft.CodeAnalysis.Remote.Workspaces (4)
RemoteCallback.cs (4)
51throw new OperationCanceledIgnoringCallerTokenException(e); 71throw new OperationCanceledIgnoringCallerTokenException(exception); 86throw new OperationCanceledIgnoringCallerTokenException(exception); 125throw new OperationCanceledIgnoringCallerTokenException(exception);
2 references to OperationCanceledIgnoringCallerTokenException
Microsoft.CodeAnalysis.Workspaces (2)
FatalError.cs (2)
140if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException) 216if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)