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