5 references to ForEach
System.Private.Xml (5)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
724case XslNodeType.ForEach: result = CompileForEach((XslNodeEx)node); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
440return 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)
24XslNodeType.ForEach => VisitForEach((XslNode)node),