2 references to CreateFunctionAccessor
Microsoft.CodeAnalysis.EditorFeatures (2)
Lightup\ISmartRenameSessionFactoryWrapper.cs (1)
26
s_createSmartRenameSession = LightupHelpers.
CreateFunctionAccessor
<object, SnapshotSpan, object?>(s_wrappedType, nameof(CreateSmartRenameSession), typeof(SnapshotSpan), SpecializedTasks.Null<object>());
Lightup\ISmartRenameSessionWrapper.cs (1)
81
s_getSuggestionsAsync = LightupHelpers.
CreateFunctionAccessor
<object, CancellationToken, Task<IReadOnlyList<string>>>(s_wrappedType, nameof(GetSuggestionsAsync), typeof(CancellationToken), SpecializedTasks.EmptyReadOnlyList<string>());