1 write to s_getSuggestionsAsync
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Lightup\ISmartRenameSessionWrapper.cs (1)
51s_getSuggestionsAsync = LightupHelpers.CreateFunctionAccessor<object, CancellationToken, Task<IReadOnlyList<string>>>(s_wrappedType, nameof(GetSuggestionsAsync), typeof(CancellationToken), SpecializedTasks.EmptyReadOnlyList<string>());
1 reference to s_getSuggestionsAsync
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Lightup\ISmartRenameSessionWrapper.cs (1)
97=> s_getSuggestionsAsync(_instance, cancellationToken);