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