4 references to InlineHint
Microsoft.CodeAnalysis.Features (4)
InlineHints\AbstractInlineParameterNameHintsService.cs (1)
116result.Add(new InlineHint(
InlineHints\AbstractInlineTypeHintsService.cs (1)
96result.Add(new InlineHint(
InlineHints\InlineHint.cs (2)
26: this(span, displayParts, replacementTextChange: null, ranking: 0.0, getDescriptionAsync) 35: this(span, displayParts, replacementTextChange, ranking: 0.0, getDescriptionAsync)