2 references to GetDebuggerDisplay
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (1)
158return $"{{LValue: {LValueType.GetDebuggerDisplay()}, RValue: {RValueType.GetDebuggerDisplay()}}}";
Symbols\TypeWithAnnotations.cs (1)
34internal string GetDebuggerDisplay() => Value.GetDebuggerDisplay();