2 references to StreamFixesAsync
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\ICodeFixService.cs (1)
39
=> service.
StreamFixesAsync
(document, range, cancellationToken).ToImmutableArrayAsync(cancellationToken);
Copilot\ICopilotChangeAnalysisService.cs (1)
357
await foreach (var codeFixCollection in @this._codeFixService.
StreamFixesAsync
(