3 references to InlayHintHandler
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Cohost\Handlers\InlayHints.cs (1)
30return InlayHintHandler.GetInlayHintsAsync(document, textDocumentIdentifier, range, options, displayAllOverride, s_resolveCache, cancellationToken);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\InlayHint\InlayHintHandler.cs (1)
21[ExportCSharpVisualBasicStatelessLspService(typeof(InlayHintHandler)), Shared]
Handler\InlayHint\InlayHintResolveHandler.cs (1)
65var hints = await InlayHintHandler.CalculateInlayHintsAsync(document, resolveData.Range, options, resolveData.DisplayAllOverride, cancellationToken).ConfigureAwait(false);