2 references to InlineHint
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\InlineHints\FSharpInlineHintsService.cs (2)
39
return hints.SelectAsArray(h => new
InlineHint
(h.Span, h.DisplayParts, (d, c) => h.GetDescriptionAsync(d, c)));
45
return hints.SelectAsArray(h => new
InlineHint
(h.Span, h.DisplayParts, (d, c) => h.GetDescriptionAsync(d, c)));