5 references to Choice
System.Data.SqlXml (5)
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
684return XmlQueryTypeFactory.Choice(node.Left.XmlType, XmlQueryTypeFactory.ContentS, node.Right.XmlType);
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
433return XmlQueryTypeFactory.Product(XmlQueryTypeFactory.Choice(types), qc);
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
70return Choice(queryMemberTypes); 211public static readonly XmlQueryType Content = TF.Choice(Element, Comment, PI, Text); 238public static readonly XmlQueryType UntypedNode = TF.Choice(UntypedDocument, UntypedElement, UntypedAttribute, Namespace, Text, Comment, PI);