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