4 references to TryGetCodeRefactoringSelection
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
Suggestions\AsyncSuggestedActionsSource.cs (1)
89var selection = TryGetCodeRefactoringSelection(state, range);
Suggestions\SuggestedActionsSource.cs (3)
168var selection = TryGetCodeRefactoringSelection(state, range); 396selection = TryGetCodeRefactoringSelection(state, range); 407selection = TryGetCodeRefactoringSelection(state, range);