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