3 references to InlayHintResolveHandler
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
Cohost\Handlers\InlayHints.cs (2)
32var data = InlayHintResolveHandler.GetInlayHintResolveData(request); 34return InlayHintResolveHandler.ResolveInlayHintAsync(document, request, cache, data, options, cancellationToken);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlayHint\InlayHintResolveHandler.cs (1)
20[ExportCSharpVisualBasicStatelessLspService(typeof(InlayHintResolveHandler)), Shared]