5 references to CacheEntry
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Completion\CompletionListCache.cs (1)
14internal class CompletionListCache : ResolveCache<CacheEntry>
Handler\Completion\CompletionResolveHandler.cs (2)
51if (!completionListCache.TryGetCompletionListCacheEntry(completionItem, out var cacheEntry)) 73if (!completionListCache.TryGetCompletionListCacheEntry(completionItem, out var cacheEntry))
Handler\Completion\Extensions.cs (1)
52[NotNullWhen(true)] out CompletionListCache.CacheEntry? cacheEntry)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Completion\CompletionTests.cs (1)
664var cacheEntry = cache.GetCachedEntry(0);