3 references to GetFixAllSpansAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
614var documentsAndSpans = await fixAllState.GetFixAllSpansAsync(cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
95=> State.GetFixAllSpansAsync(cancellationToken);
CodeRefactorings\FixAllOccurences\FixAllState.cs (1)
24/// This is used in <see cref="GetFixAllSpansAsync(CancellationToken)"/>