1 write to Text
Microsoft.CodeAnalysis (1)
TreeDumper.cs (1)
241
this.
Text
= text;
9 references to Text
Microsoft.CodeAnalysis (9)
TreeDumper.cs (9)
86
_sb.Append(node.
Text
);
114
if (node.
Text
is "locals" or "localFunctions"
120
if (node.
Text
is "hasErrors" or "isSuppressed" or "isRef"
126
if (node.
Text
is "functionType")
150
_sb.AppendFormat("<{0}>{1}</{0}>", node.
Text
, DumperString(node.Value));
154
_sb.AppendFormat("<{0} />", node.
Text
);
161
_sb.AppendFormat("<{0}>", node.
Text
);
182
_sb.AppendFormat("</{0}>", node.
Text
);
254
return Children.FirstOrDefault(c => c.
Text
== child);