2 references to UpdateCache
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Completion\CompletionHandler.cs (1)
184var resultId = completionListCache.UpdateCache(new CompletionListCache.CacheEntry(completionList));
Handler\InlayHint\InlayHintHandler.cs (1)
58var resultId = inlayHintCache.UpdateCache(new InlayHintCache.InlayHintCacheEntry(hints));