4 instantiations of OperationCanceledIgnoringCallerTokenException
Microsoft.CodeAnalysis.Remote.Workspaces (4)
RemoteCallback.cs (4)
49throw new OperationCanceledIgnoringCallerTokenException(e); 69throw new OperationCanceledIgnoringCallerTokenException(exception); 84throw new OperationCanceledIgnoringCallerTokenException(exception); 123throw new OperationCanceledIgnoringCallerTokenException(exception);
2 references to OperationCanceledIgnoringCallerTokenException
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
145if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException) 221if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)