5 references to CacheEntry
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Completion\CompletionListCache.cs (1)
14
internal class CompletionListCache : ResolveCache<
CacheEntry
>
Handler\Completion\CompletionResolveHandler.cs (2)
51
if (!completionListCache.TryGetCompletionListCacheEntry(completionItem, out
var
cacheEntry))
73
if (!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)
664
var
cacheEntry = cache.GetCachedEntry(0);