3 writes to text
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
3284
this.
text
= null;
3376
text
= null;
3383
text
+= s;
13 references to text
System.Xml.Linq (13)
System\Xml\Linq\XLinq.cs (13)
3289
if (
text
!= null) {
3292
parent.content =
text
;
3295
if (
text
.Length > 0) {
3296
InsertNode(new XText(
text
));
3304
parent.content =
text
;
3308
parent.content =
text
;
3313
else if (
text
.Length > 0) {
3315
((XText)previous).Value +=
text
;
3319
InsertNode(new XText(
text
));
3367
if (
text
!= null) {
3368
if (
text
.Length > 0) {
3370
((XText)previous).Value +=
text
;
3373
InsertNode(new XText(
text
));