12 references to GetCachedEntry
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\CodeLens\CodeLensResolveHandler.cs (1)
79var cacheEntry = _codeLensCache.GetCachedEntry(resolveData.ResultId);
Handler\Completion\CompletionResolveHandler.cs (1)
190var cacheEntry = _completionListCache.GetCachedEntry(resolveData.ResultId.Value);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (10)
Completion\CompletionTests.cs (10)
545var completionList = cache.GetCachedEntry(0).CompletionList; 551completionList = cache.GetCachedEntry(0).CompletionList; 553completionList = cache.GetCachedEntry(1).CompletionList; 559completionList = cache.GetCachedEntry(0).CompletionList; 561completionList = cache.GetCachedEntry(1).CompletionList; 563completionList = cache.GetCachedEntry(2).CompletionList; 569var cacheEntry = cache.GetCachedEntry(0); 571completionList = cache.GetCachedEntry(1).CompletionList; 573completionList = cache.GetCachedEntry(2).CompletionList; 575completionList = cache.GetCachedEntry(3).CompletionList;