2 references to GetFirstFixAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeFixes\CodeFixService.cs (2)
139var errorFixTask = GetFirstFixAsync(spanToErrorDiagnostics, cancellationToken); 140var otherFixTask = GetFirstFixAsync(spanToOtherDiagnostics, linkedToken);