15 references to GetCachedEntry
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
External\ResolveDataConversions.cs (1)
48
var data = resolveDataCache.
GetCachedEntry
(resolveData.DataId);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Completion\Extensions.cs (1)
62
cacheEntry = completionListCache.
GetCachedEntry
(resolveData.ResultId);
Handler\InlayHint\InlayHintResolveHandler.cs (1)
78
var cacheEntry = inlayHintCache.
GetCachedEntry
(resolveData.ResultId);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (12)
Completion\CompletionTests.cs (10)
676
var completionList = cache.
GetCachedEntry
(0).CompletionList;
682
completionList = cache.
GetCachedEntry
(0).CompletionList;
684
completionList = cache.
GetCachedEntry
(1).CompletionList;
690
completionList = cache.
GetCachedEntry
(0).CompletionList;
692
completionList = cache.
GetCachedEntry
(1).CompletionList;
694
completionList = cache.
GetCachedEntry
(2).CompletionList;
700
var cacheEntry = cache.
GetCachedEntry
(0);
702
completionList = cache.
GetCachedEntry
(1).CompletionList;
704
completionList = cache.
GetCachedEntry
(2).CompletionList;
706
completionList = cache.
GetCachedEntry
(3).CompletionList;
InlayHint\CSharpInlayHintTests.cs (2)
132
Assert.NotNull(cache.
GetCachedEntry
(firstResultId));
142
Assert.Null(cache.
GetCachedEntry
(firstResultId));