3 references to InlayHintCache
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
Cohost\Handlers\InlayHintCacheWrapper.cs (1)
14private readonly InlayHintCache _cache = new();
Cohost\Handlers\InlayHints.cs (1)
25s_resolveCache ??= new();
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlayHint\InlayHintCacheFactory.cs (1)
20public ILspService CreateILspService(LspServices lspServices, WellKnownLspServerKinds serverKind) => new InlayHintCache();