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