3 references to DocumentOrElement
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
209public static readonly XmlQueryType DocumentOrElementQ = TF.PrimeProduct(DocumentOrElement, XmlQueryCardinality.ZeroOrOne); 210public static readonly XmlQueryType DocumentOrElementS = TF.PrimeProduct(DocumentOrElement, XmlQueryCardinality.ZeroOrMore);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
109elementOrDocumentType = T.DocumentOrElement;