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