3 references to GetTypeDisplayString
Microsoft.CodeAnalysis.CSharp.Features (3)
InlineHints\CSharpInlineTypeHintsService.cs (3)
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);
134return new TypeHint(type, span, new TextChange(displayAllSpan.Span, GetTypeDisplayString(type)), trailingSpace: trailingSpace);