2 writes to text
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\TextAction.cs (2)
43
this.
text
= string.Empty;
50
this.
text
+= input.Value;
1 reference to text
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\TextAction.cs (1)
68
if (processor.TextEvent(this.
text
, disableOutputEscaping)) {