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