4 references to FetchSuggestions
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (4)
72/// When <c>true</c>, the UI shows the progress bar, and prevents <see cref="FetchSuggestions(bool)"/> from making parallel request. 178this.FetchSuggestions(isAutomaticOnInitialization: true); 350this.FetchSuggestions(isAutomaticOnInitialization: false); 363this.FetchSuggestions(isAutomaticOnInitialization: false);