4 references to DumperString
Microsoft.CodeAnalysis (4)
TreeDumper.cs (4)
89
_sb.AppendFormat(": {0}",
DumperString
(node.Value));
150
_sb.AppendFormat("<{0}>{1}</{0}>", node.Text,
DumperString
(node.Value));
166
_sb.AppendFormat("{0}",
DumperString
(node.Value));
221
return string.Format("{{{0}}}", string.Join(", ", seq.Cast<object>().Select(
DumperString
).ToArray()));