2 references to TryGetWorkspaceFixer
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeFixes\CodeFixService.cs (2)
836
if (!
TryGetWorkspaceFixer
(lazyFixer, services, logExceptionWithInfoBar: true, out var fixer))
900
if (!
TryGetWorkspaceFixer
(fixers[i], services, logExceptionWithInfoBar: false, out var fixer))