1 instantiation of InlayHintCacheWrapper
Microsoft.CodeAnalysis.Remote.Razor (1)
InlayHints\InlayHintCacheWrapperProvider.cs (1)
17_inlayHintCacheWrapper ??= new();
4 references to InlayHintCacheWrapper
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
Cohost\Handlers\InlayHints.cs (2)
15public static Task<LSP.InlayHint[]?> GetInlayHintsAsync(Document document, LSP.TextDocumentIdentifier textDocumentIdentifier, LSP.Range range, bool displayAllOverride, InlayHintCacheWrapper cacheWrapper, CancellationToken cancellationToken) 28public static Task<LSP.InlayHint> ResolveInlayHintAsync(Document document, LSP.InlayHint request, InlayHintCacheWrapper cacheWrapper, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Remote.Razor (2)
InlayHints\InlayHintCacheWrapperProvider.cs (2)
13private InlayHintCacheWrapper? _inlayHintCacheWrapper; 15public InlayHintCacheWrapper GetCache()