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