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