4 references to GetSuggestionsAsync
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (4)
39/// Cancellation token source for <see cref="ISmartRenameSessionWrapper.GetSuggestionsAsync(ImmutableDictionary{string, ImmutableArray{ValueTuple{string, string}}}, CancellationToken)"/>. 71/// and call to <see cref="ISmartRenameSessionWrapper.GetSuggestionsAsync(ImmutableDictionary{string, ImmutableArray{ValueTuple{string, string}}}, CancellationToken)"/>. 201/// 3. Call to <see cref="ISmartRenameSessionWrapper.GetSuggestionsAsync(ImmutableDictionary{string, ImmutableArray{ValueTuple{string, string}}}, CancellationToken)"/>. 245_ = await _smartRenameSession.GetSuggestionsAsync(smartRenameContext, cancellationToken)