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