4 references to Choice
System.Private.Xml (4)
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
761return XmlQueryTypeFactory.Choice(node.Left.XmlType!, XmlQueryTypeFactory.ContentS, node.Right.XmlType!);
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
70return Choice(queryMemberTypes); 208public static readonly XmlQueryType Content = TF.Choice(Element, Comment, PI, Text); 235public static readonly XmlQueryType UntypedNode = TF.Choice(UntypedDocument, UntypedElement, UntypedAttribute, Namespace, Text, Comment, PI);