9 references to Choice
System.Data.SqlXml (9)
System\Xml\Xsl\QIL\QilList.cs (1)
59
xt = XmlQueryTypeFactory.
Choice
(xt, this.members[i].XmlType);
System\Xml\Xsl\QIL\QilTypeChecker.cs (4)
361
return XmlQueryTypeFactory.
Choice
(node.Center.XmlType, node.Right.XmlType);
653
return XmlQueryTypeFactory.
Choice
(node.Child.XmlType, XmlQueryTypeFactory.ContentS);
663
return XmlQueryTypeFactory.
Choice
(node.Child.XmlType, XmlQueryTypeFactory.DocumentOrElementS);
870
return XmlQueryTypeFactory.
Choice
(node.Left.XmlType, node.Right.XmlType);
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
208
public static readonly XmlQueryType DocumentOrElement = TF.
Choice
(Document, Element);
213
public static readonly XmlQueryType DocumentOrContent = TF.
Choice
(Document, Content);
215
public static readonly XmlQueryType AttributeOrContent = TF.
Choice
(Attribute, Content);
System\Xml\Xsl\Xslt\XsltQilFactory.cs (1)
70
XsltMethods.SystemProperty, T.
Choice
(T.DoubleX, T.StringX), new QilNode[] { n }