9 references to Choice
System.Private.Xml (9)
System\Xml\Xsl\QIL\QilList.cs (1)
64xt = XmlQueryTypeFactory.Choice(xt, _members[i].XmlType!);
System\Xml\Xsl\QIL\QilTypeChecker.cs (4)
390return XmlQueryTypeFactory.Choice(node.Center.XmlType!, node.Right.XmlType!); 724return XmlQueryTypeFactory.Choice(node.Child.XmlType!, XmlQueryTypeFactory.ContentS); 736return XmlQueryTypeFactory.Choice(node.Child.XmlType!, XmlQueryTypeFactory.DocumentOrElementS); 965return XmlQueryTypeFactory.Choice(node.Left.XmlType!, node.Right.XmlType!);
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
205public static readonly XmlQueryType DocumentOrElement = TF.Choice(Document, Element); 210public static readonly XmlQueryType DocumentOrContent = TF.Choice(Document, Content); 212public static readonly XmlQueryType AttributeOrContent = TF.Choice(Attribute, Content);
System\Xml\Xsl\Xslt\XsltQilFactory.cs (1)
67XsltMethods.SystemProperty, T.Choice(T.DoubleX, T.StringX), new QilNode[] { n }