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