3 references to CompletionListCache
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
Cohost\Handlers\Completion.cs (1)
27
=> s_completionListCache ??= InterlockedOperations.Initialize(ref s_completionListCache, () =>
new
());
Cohost\Handlers\CompletionListCacheWrapper.cs (1)
14
private readonly CompletionListCache _cache =
new
();
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionListCacheFactory.cs (1)
20
public ILspService CreateILspService(LspServices lspServices, WellKnownLspServerKinds serverKind) => new
CompletionListCache
();