1 write to s_getSuggestionsAsync_WithContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Lightup\ISmartRenameSessionWrapper.cs (1)
52s_getSuggestionsAsync_WithContext = LightupHelpers.CreateFunctionAccessor<object, ImmutableDictionary<string, string[]>, CancellationToken, Task<IReadOnlyList<string>>>(s_wrappedType, nameof(GetSuggestionsAsync), typeof(ImmutableDictionary<string, string[]>), typeof(CancellationToken), SpecializedTasks.EmptyReadOnlyList<string>());
1 reference to s_getSuggestionsAsync_WithContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Lightup\ISmartRenameSessionWrapper.cs (1)
100=> s_getSuggestionsAsync_WithContext(_instance, context, cancellationToken);