9 references to TextEvent
System.Data.SqlXml (9)
System\Xml\Xsl\XsltOld\AvtEvent.cs (1)
26return processor.TextEvent(processor.EvaluateString(frame, this.key));
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (1)
100return processor.TextEvent(node.Value);
System\Xml\Xsl\XsltOld\CopyOfAction.cs (2)
66if (processor.TextEvent(value)) { 76processor.TextEvent(frame.StoredOutput);
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
389if (! processor.TextEvent(frame.StoredOutput)) {
System\Xml\Xsl\XsltOld\Processor.cs (1)
802return TextEvent(text);
System\Xml\Xsl\XsltOld\TextEvent.cs (1)
32return processor.TextEvent(this.text);
System\Xml\Xsl\XsltOld\ValueOfAction.cs (2)
72processor.TextEvent(frame.StoredOutput); 106processor.TextEvent(frame.StoredOutput);