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