1 write to s_getSuggestionsAsync_WithContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Lightup\ISmartRenameSessionWrapper.cs (1)
74
s_getSuggestionsAsync_WithContext
= LightupHelpers.CreateFunctionAccessor<object, object, CancellationToken, Task<IReadOnlyList<string>>>(s_wrappedType,
2 references to s_getSuggestionsAsync_WithContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Lightup\ISmartRenameSessionWrapper.cs (2)
134
s_getSuggestionsAsync_WithContext
is not null)
153
return
s_getSuggestionsAsync_WithContext
(_instance, renameContextArray, cancellationToken);