2 writes to _text
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\TextAction.cs (2)
45
_text
= string.Empty;
54
_text
+= input.Value;
1 reference to _text
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\TextAction.cs (1)
74
if (processor.TextEvent(
_text
, _disableOutputEscaping))