5 writes to text
System.Private.Xml.Linq (5)
System\Xml\Linq\XContainer.cs (1)
603tn.text += s;
System\Xml\Linq\XText.cs (4)
25text = value; 36text = other.text; 41text = r.Value; 72text = value;
12 references to text
System.Private.Xml.Linq (12)
System\Xml\Linq\XCData.cs (2)
52writer.WriteCData(text); 73return writer.WriteCDataAsync(text);
System\Xml\Linq\XText.cs (10)
36text = other.text; 66return text; 89writer.WriteWhitespace(text); 93writer.WriteString(text); 114writer.WriteWhitespaceAsync(text) : 115writer.WriteStringAsync(text); 120sb.Append(text); 130return node != null && NodeType == node.NodeType && text == ((XText)node).text; 135return text.GetHashCode();