4 references to GetTypeDisplayString
Microsoft.CodeAnalysis.CSharp.Features (4)
InlineHints\CSharpInlineTypeHintsService.cs (4)
81? new TypeHint(parameter.Type, span, textChange: new TextChange(span, GetTypeDisplayString(parameter.Type) + " "), trailingSpace: true)
95return new(type, span, new TextChange(span, " " + GetTypeDisplayString(type)), leadingSpace: true);
108return new(type, span, new TextChange(span, GetTypeDisplayString(type)), leadingSpace: true);
131return new TypeHint(type, span, new TextChange(displayAllSpan.Span, GetTypeDisplayString(type)), trailingSpace: trailingSpace);