8 references to AddEvent
System.Data.SqlXml (8)
System\Xml\Xsl\XsltOld\ContainerAction.cs (6)
637
this.
AddEvent
(compiler.CreateBeginEvent());
645
this.
AddEvent
(new EndEvent(XPathNodeType.Element));
650
this.
AddEvent
(compiler.CreateTextEvent());
686
this.
AddEvent
(new NamespaceEvent(input));
701
this.
AddEvent
(compiler.CreateBeginEvent());
703
this.
AddEvent
(new EndEvent(XPathNodeType.Attribute));
System\Xml\Xsl\XsltOld\ForeachAction.cs (1)
112
this.
AddEvent
(compiler.CreateTextEvent());
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
167
this.
AddEvent
(compiler.CreateTextEvent());