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