9 references to FixAllContext
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
CodeActions\OmniSharpCodeFixContextFactory.cs (1)
42=> new(new FixAllState(
Microsoft.CodeAnalysis.Features (3)
CodeFixes\FixAllOccurrences\AbstractFixAllCodeFixCodeAction.cs (1)
28=> new FixAllContext((FixAllState)fixAllState, progressTracker, cancellationToken);
CodeFixes\Service\CodeFixService.cs (1)
361new FixAllContext(fixCollection.FixAllState!, progressTracker, cancellationToken)).ConfigureAwait(false);
SyncNamespaces\AbstractSyncNamespacesService.cs (1)
121return new FixAllContext(
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
184new FixAllContext(fixCollection.FixAllState!, progressTracker, cancellationToken)).ConfigureAwait(false);
Handler\CodeActions\FixAllCodeAction.cs (1)
25=> new FixAllContext((FixAllState)fixAllState, progressTracker, cancellationToken);
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixes\FixAllOccurrences\FixAllContext.cs (3)
155: this(new FixAllState( 190: this(new FixAllState( 341: new FixAllContext(newState, this.Progress, newCancellationToken);