2 references to GetInlineHintsOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\InlayHint\InlayHintHandler.cs (1)
45
var options = _optionsService.
GetInlineHintsOptions
(document.Project.Language);
Handler\InlayHint\InlayHintResolveHandler.cs (1)
35
var options = globalOptions.
GetInlineHintsOptions
(document.Project.Language);