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