2 references to TryGetCompletionListCacheEntry
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Completion\CompletionResolveHandler.cs (2)
51
if (!completionListCache.
TryGetCompletionListCacheEntry
(completionItem, out var cacheEntry))
73
if (!completionListCache.
TryGetCompletionListCacheEntry
(completionItem, out var cacheEntry))