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)
29if (_text != null) 35_parent.content = _text; 39if (_text.Length > 0) 41InsertNode(new XText(_text)); 51_parent.content = _text; 56_parent.content = _text; 61else if (_text.Length > 0) 66prevXText.Value += _text; 71InsertNode(new XText(_text)); 128if (_text != null) 130if (_text.Length > 0) 135prevXText.Value += _text; 139InsertNode(new XText(_text));