1 write to Value
Microsoft.CodeAnalysis (1)
TreeDumper.cs (1)
241this.Value = value;
8 references to Value
Microsoft.CodeAnalysis (8)
TreeDumper.cs (8)
86if (node.Value != null) 88_sb.AppendFormat(": {0}", DumperString(node.Value)); 114&& node.Value is IList { Count: 0 }) 120&& node.Value is false) 147if (node.Value != null) 149_sb.AppendFormat("<{0}>{1}</{0}>", node.Text, DumperString(node.Value)); 162if (node.Value != null) 165_sb.AppendFormat("{0}", DumperString(node.Value));