8 references to FixAllContext
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
CodeActions\OmniSharpCodeFixContextFactory.cs (1)
42=> new(new FixAllState(
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Service\CodeFixService.cs (1)
351new FixAllContext(fixCollection.FixAllState!, progressTracker, cancellationToken)).ConfigureAwait(false);
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
49FixAllState fixAllState => new FixAllContext(fixAllState, progressTracker, cancellationToken),
SyncNamespaces\AbstractSyncNamespacesService.cs (1)
121return new FixAllContext(
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
197new FixAllContext(fixCollection.FixAllState!, progressTracker, cancellationToken)).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixes\FixAllOccurrences\FixAllContext.cs (3)
155: this(new FixAllState( 190: this(new FixAllState( 341: new FixAllContext(newState, this.Progress, newCancellationToken);