3 writes to _text
System.Private.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
23
_text
= null;
142
_text
= null;
150
_text
+= s;
13 references to _text
System.Private.Xml.Linq (13)
System\Xml\Linq\XLinq.cs (13)
29
if (
_text
!= null)
35
_parent.content =
_text
;
39
if (
_text
.Length > 0)
41
InsertNode(new XText(
_text
));
51
_parent.content =
_text
;
56
_parent.content =
_text
;
61
else if (
_text
.Length > 0)
66
prevXText.Value +=
_text
;
71
InsertNode(new XText(
_text
));
128
if (
_text
!= null)
130
if (
_text
.Length > 0)
135
prevXText.Value +=
_text
;
139
InsertNode(new XText(
_text
));