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