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