1 write to Text
Microsoft.CodeAnalysis (1)
TreeDumper.cs (1)
247
this.
Text
= text;
10 references to Text
Microsoft.CodeAnalysis (10)
TreeDumper.cs (10)
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")
131
if (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
);
260
return Children.FirstOrDefault(c => c.
Text
== child);