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