6 instantiations of TypeHint
Microsoft.CodeAnalysis.CSharp.Features (6)
InlineHints\CSharpInlineTypeHintsService.cs (6)
59
:
new
(type, new TextSpan(variableDesignation.Identifier.SpanStart, 0), textChange: null, trailingSpace: true);
81
? new
TypeHint
(parameter.Type, span, textChange: new TextChange(span, GetTypeDisplayString(parameter.Type) + " "), trailingSpace: true)
82
: new
TypeHint
(parameter.Type, span, textChange: null, trailingSpace: true);
95
return
new
(type, span, new TextChange(span, " " + GetTypeDisplayString(type)), leadingSpace: true);
111
return
new
(type, span, textChange: null, leadingSpace: true);
134
return new
TypeHint
(type, span, new TextChange(displayAllSpan.Span, GetTypeDisplayString(type)), trailingSpace: trailingSpace);
3 references to TypeHint
Microsoft.CodeAnalysis.CSharp.Features (2)
InlineHints\CSharpInlineTypeHintsService.cs (2)
21
protected override
TypeHint
? TryGetTypeHint(
125
TypeHint
CreateTypeHint(
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineTypeHintsService.cs (1)
22
protected abstract
TypeHint
? TryGetTypeHint(