1 write to Text
Microsoft.CodeAnalysis (1)
TreeDumper.cs (1)
247this.Text = text;
10 references to Text
Microsoft.CodeAnalysis (10)
TreeDumper.cs (10)
86_sb.Append(node.Text); 114if (node.Text is "locals" or "localFunctions" 120if (node.Text is "hasErrors" or "isSuppressed" or "isRef" 126if (node.Text is "functionType") 131if (node.Text is "aliasOpt" or "boundContainingTypeOpt" or "boundDimensionsOpt" or "deconstructMethod" 156_sb.AppendFormat("<{0}>{1}</{0}>", node.Text, DumperString(node.Value)); 160_sb.AppendFormat("<{0} />", node.Text); 167_sb.AppendFormat("<{0}>", node.Text); 188_sb.AppendFormat("</{0}>", node.Text); 260return Children.FirstOrDefault(c => c.Text == child);