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