1 write to _completionListCache
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionResolveHandler.cs (1)
44
_completionListCache
= completionListCache;
1 reference to _completionListCache
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionResolveHandler.cs (1)
190
var cacheEntry =
_completionListCache
.GetCachedEntry(resolveData.ResultId.Value);