3 references to DocumentOrElement
System.Private.Xml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
206public static readonly XmlQueryType DocumentOrElementQ = TF.PrimeProduct(DocumentOrElement, XmlQueryCardinality.ZeroOrOne); 207public static readonly XmlQueryType DocumentOrElementS = TF.PrimeProduct(DocumentOrElement, XmlQueryCardinality.ZeroOrMore);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
114_elementOrDocumentType = T.DocumentOrElement;