4 references to TextEvent
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\Processor.cs (1)
770return this.TextEvent(text, false);
System\Xml\Xsl\XsltOld\TextAction.cs (1)
74if (processor.TextEvent(_text, _disableOutputEscaping))
System\Xml\Xsl\XsltOld\ValueOfAction.cs (2)
66if (processor.TextEvent(value, _disableOutputEscaping)) 105if (processor.TextEvent(value, /*disableOutputEscaping:*/false))