1 write to Value
Microsoft.CodeAnalysis (1)
TreeDumper.cs (1)
242this.Value = value;
8 references to Value
Microsoft.CodeAnalysis (8)
TreeDumper.cs (8)
87if (node.Value != null) 89_sb.AppendFormat(": {0}", DumperString(node.Value)); 115&& node.Value is IList { Count: 0 }) 121&& node.Value is false) 148if (node.Value != null) 150_sb.AppendFormat("<{0}>{1}</{0}>", node.Text, DumperString(node.Value)); 163if (node.Value != null) 166_sb.AppendFormat("{0}", DumperString(node.Value));