3 references to GetRefactorAllSpansAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Suggestions\UnifiedSuggestedActionsSource.cs (1)
588var documentsAndSpans = await fixAllState.GetRefactorAllSpansAsync(cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\FixAllOccurences\RefactorAllContext.cs (1)
100=> State.GetRefactorAllSpansAsync(cancellationToken);
CodeRefactorings\FixAllOccurences\RefactorAllState.cs (1)
24/// cref="GetRefactorAllSpansAsync(CancellationToken)"/> to compute refactor all spans for <see