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