8 references to AddEvent
System.Private.Xml (8)
System\Xml\Xsl\XsltOld\ContainerAction.cs (6)
770
this.
AddEvent
(compiler.CreateBeginEvent());
779
this.
AddEvent
(new EndEvent(XPathNodeType.Element));
784
this.
AddEvent
(compiler.CreateTextEvent());
826
this.
AddEvent
(new NamespaceEvent(input));
843
this.
AddEvent
(compiler.CreateBeginEvent());
845
this.
AddEvent
(new EndEvent(XPathNodeType.Attribute));
System\Xml\Xsl\XsltOld\ForEachAction.cs (1)
122
this.
AddEvent
(compiler.CreateTextEvent());
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
185
this.
AddEvent
(compiler.CreateTextEvent());