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