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); 95return new(type, span, new TextChange(span, " " + GetTypeDisplayString(type)), leadingSpace: true); 111return new(type, span, textChange: null, leadingSpace: true); 134return 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)
21protected override TypeHint? TryGetTypeHint( 125TypeHint CreateTypeHint(
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineTypeHintsService.cs (1)
22protected abstract TypeHint? TryGetTypeHint(