2 references to InlayHintHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\InlayHint\InlayHintHandler.cs (1)
21[ExportCSharpVisualBasicStatelessLspService(typeof(InlayHintHandler)), Shared]
Handler\InlayHint\InlayHintResolveHandler.cs (1)
66var hints = await InlayHintHandler.CalculateInlayHintsAsync(document, resolveData.Range, options, resolveData.DisplayAllOverride, cancellationToken).ConfigureAwait(false);