1 reference to DebuggerDisplayFormat
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeWithAnnotations.cs (1)
331
internal string GetDebuggerDisplay() => !this.HasType ? "<null>" : ToDisplayString(
DebuggerDisplayFormat
);