2 references to ResolveInlayHintAsync
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Cohost\Handlers\InlayHints.cs (1)
61
return InlayHintResolveHandler.
ResolveInlayHintAsync
(document, request, cache, data, options, cancellationToken);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlayHint\InlayHintResolveHandler.cs (1)
38
return
ResolveInlayHintAsync
(document, request, inlayHintCache, resolveData, options, cancellationToken);