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.
178
this.
FetchSuggestions
(isAutomaticOnInitialization: true);
350
this.
FetchSuggestions
(isAutomaticOnInitialization: false);
363
this.
FetchSuggestions
(isAutomaticOnInitialization: false);