1 write to s_getSuggestionsAsync
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Lightup\ISmartRenameSessionWrapper.cs (1)
81
s_getSuggestionsAsync
= LightupHelpers.CreateFunctionAccessor<object, CancellationToken, Task<IReadOnlyList<string>>>(s_wrappedType, nameof(GetSuggestionsAsync), typeof(CancellationToken), SpecializedTasks.EmptyReadOnlyList<string>());
2 references to s_getSuggestionsAsync
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Lightup\ISmartRenameSessionWrapper.cs (2)
127
=>
s_getSuggestionsAsync
(_instance, cancellationToken);
158
return
s_getSuggestionsAsync
(_instance, cancellationToken);