4 references to ApplyFixAsync
Microsoft.VisualStudio.LanguageServices (4)
CodeCleanup\AbstractCodeCleanUpFixer.cs (4)
149return FixAsync(_workspace, ApplyFixAsync, context); 160return FixAsync(_workspace, ApplyFixAsync, context); 172return FixAsync(document.Project.Solution.Workspace, ApplyFixAsync, context); 200return FixAsync(workspace, ApplyFixAsync, context);