1 implementation of StreamFixesAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Service\CodeFixService.cs (1)
168public async IAsyncEnumerable<CodeFixCollection> StreamFixesAsync(
3 references to StreamFixesAsync
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Service\ICodeFixService.cs (3)
20/// Similar to <see cref="StreamFixesAsync"/> except that instead of streaming all results, this ends with the 35=> service.StreamFixesAsync(document, range, priority: null, cancellationToken); 41=> service.StreamFixesAsync(document, textSpan, priority, cancellationToken).ToImmutableArrayAsync(cancellationToken);