1 implementation of StreamFixesAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Service\CodeFixService.cs (1)
173
public async IAsyncEnumerable<CodeFixCollection>
StreamFixesAsync
(
3 references to StreamFixesAsync
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Service\ICodeFixService.cs (3)
21
/// Similar to <see cref="
StreamFixesAsync
"/> except that instead of streaming all results, this ends with the
36
=> service.
StreamFixesAsync
(document, range, new DefaultCodeActionRequestPriorityProvider(), cancellationToken);
42
=> service.
StreamFixesAsync
(document, textSpan, priorityProvider, cancellationToken).ToImmutableArrayAsync(cancellationToken);