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