3 references to Choose
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
618
case XslNodeType.
Choose
: result = CompileChoose (node); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
414
return new XslNode(XslNodeType.
Choose
);
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
18
case XslNodeType.
Choose
: return VisitChoose ((XslNode) node);