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