1 write to Value
Microsoft.CodeAnalysis (1)
TreeDumper.cs (1)
248this.Value = value;
9 references to Value
Microsoft.CodeAnalysis (9)
TreeDumper.cs (9)
87if (node.Value != null) 89_sb.AppendFormat(": {0}", DumperString(node.Value)); 115&& node.Value is IList { Count: 0 }) 121&& node.Value is false) 132&& node.Value is null) 154if (node.Value != null) 156_sb.AppendFormat("<{0}>{1}</{0}>", node.Text, DumperString(node.Value)); 169if (node.Value != null) 172_sb.AppendFormat("{0}", DumperString(node.Value));