2 references to GetFixAllSuggestedActionAsync
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
InProcess\TextViewWindow_InProc.cs (2)
424
var fixAllAction = await
GetFixAllSuggestedActionAsync
(JoinableTaskFactory, actionSetsForAction!, fixAllScope.Value);
523
var fixAllCodeAction = await
GetFixAllSuggestedActionAsync
(joinableTaskFactory, nestedActionSets!, fixAllScope);