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