1 implementation of StreamFixesAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
3 references to StreamFixesAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\CodeFixes\ICodeFixService.cs (3)
22/// Similar to <see cref="StreamFixesAsync"/> except that instead of streaming all results, this ends with the
37=> service.StreamFixesAsync(document, range, CodeActionRequestPriority.None, fallbackOptions, isBlocking, addOperationScope: _ => null, cancellationToken);
43=> service.StreamFixesAsync(document, textSpan, priority, fallbackOptions, isBlocking, addOperationScope, cancellationToken).ToImmutableArrayAsync(cancellationToken);