5 references to ForEach
System.Private.Xml (5)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
724
case XslNodeType.
ForEach
: result = CompileForEach((XslNodeEx)node); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
440
return new XslNodeEx(XslNodeType.
ForEach
, null, select, ctxInfo, xslVer);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
1303
(1 << (int)XslNodeType.
ForEach
) |
1316
(1 << (int)XslNodeType.
ForEach
) |
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
24
XslNodeType.
ForEach
=> VisitForEach((XslNode)node),