5 writes to text
System.Xml.Linq (5)
System\Xml\Linq\XLinq.cs (5)
2185
text
= value;
2194
text
= other.text;
2198
text
= r.Value;
2224
text
= value;
2820
tn.
text
+= s;
9 references to text
System.Xml.Linq (9)
System\Xml\Linq\XLinq.cs (9)
2194
text = other.
text
;
2219
return
text
;
2238
writer.WriteWhitespace(
text
);
2241
writer.WriteString(
text
);
2246
sb.Append(
text
);
2254
return node != null && NodeType == node.NodeType &&
text
== ((XText)node).
text
;
2258
return
text
.GetHashCode();
2301
writer.WriteCData(
text
);