2 references to GetDebuggerDisplay
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (1)
158
return $"{{LValue: {LValueType.GetDebuggerDisplay()}, RValue: {RValueType.
GetDebuggerDisplay
()}}}";
Symbols\TypeWithState.cs (1)
79
public override string ToString() =>
GetDebuggerDisplay
();