2 writes to _text
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (2)
910
_text
= text;
921
_text
= string.Concat(_text, text);
2 references to _text
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (2)
921
_text = string.Concat(
_text
, text);
939
return
_text
;