Example #1
0
 private string GetDebuggerDisplay()
 {
     if (Single != null)
     {
         return(Single.GetDebuggerDisplay());
     }
     return($"Nested variables ({NestedVariables.Count})");
 }
Example #2
0
 internal string GetDebuggerDisplay()
 {
     return($"({VariableAccess.GetDebuggerDisplay()} = {TempContainingValue.GetDebuggerDisplay()})");
 }