4 references to TextEvent
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\Processor.cs (1)
694return this.TextEvent(text, false);
System\Xml\Xsl\XsltOld\TextAction.cs (1)
68if (processor.TextEvent(this.text, disableOutputEscaping)) {
System\Xml\Xsl\XsltOld\ValueOfAction.cs (2)
61if (processor.TextEvent(value, disableOutputEscaping)) { 95if (processor.TextEvent(value, /*disableOutputEscaping:*/false)) {