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