2 references to GetInlayHintsAsync
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Cohost\Handlers\InlayHints.cs (1)
30
return InlayHintHandler.
GetInlayHintsAsync
(document, textDocumentIdentifier, range, options, displayAllOverride, s_resolveCache, cancellationToken);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlayHint\InlayHintHandler.cs (1)
47
return
GetInlayHintsAsync
(document, request.TextDocument, request.Range, options, displayAllOverride: false, inlayHintCache, cancellationToken);