1 write to disableOutputEscaping
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\TextAction.cs (1)
30this.disableOutputEscaping = compiler.GetYesNo(value);
1 reference to disableOutputEscaping
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\TextAction.cs (1)
68if (processor.TextEvent(this.text, disableOutputEscaping)) {