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