6 references to ToDisplayString
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\BoundNode_Source.cs (1)
98
appendLine($"{local.TypeWithAnnotations.
ToDisplayString
()} {name(synthesized)};");
BoundTree\UnboundLambda.cs (1)
1272
builder.Builder.Append(lambda.ReturnTypeWithAnnotations.
ToDisplayString
(SymbolDisplayFormat.FullyQualifiedFormat));
Symbols\Synthesized\SynthesizedLocal.cs (2)
208
builder.Append(_type.
ToDisplayString
(SymbolDisplayFormat.TestFormat));
228
builder.Append(_type.
ToDisplayString
(SymbolDisplayFormat.TestFormat));
Symbols\TypeWithAnnotations.cs (2)
331
internal string GetDebuggerDisplay() => !this.HasType ? "<null>" :
ToDisplayString
(DebuggerDisplayFormat);
335
return
ToDisplayString
(SymbolDisplayFormat.CSharpErrorMessageFormat);