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