1 implementation of StreamFixesAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
169public async IAsyncEnumerable<CodeFixCollection> StreamFixesAsync(
2 references to StreamFixesAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeFixes\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);