2 writes to text
System.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (2)
812this.text = text; 821this.text = string.Concat(this.text, text);
2 references to text
System.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (2)
821this.text = string.Concat(this.text, text); 838return this.text;