1 instantiation of CacheEntry
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionHandler.cs (1)
359
var resultId = completionListCache.UpdateCache(new CompletionListCache.
CacheEntry
(request.TextDocument, completionList));
5 references to CacheEntry
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Completion\CompletionListCache.cs (1)
15
internal class CompletionListCache : ResolveCache<
CacheEntry
>
Handler\Completion\CompletionResolveHandler.cs (3)
57
var
cacheEntry = GetCompletionListCacheEntry(completionItem);
180
private CompletionListCache.
CacheEntry
? GetCompletionListCacheEntry(LSP.CompletionItem request)
190
var
cacheEntry = _completionListCache.GetCachedEntry(resolveData.ResultId.Value);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Completion\CompletionTests.cs (1)
569
var
cacheEntry = cache.GetCachedEntry(0);