5 references to Content
System.Private.Xml (5)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
5187
if (typ == XmlQueryTypeFactory.
Content
) return true;
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
209
public static readonly XmlQueryType ContentS = TF.PrimeProduct(
Content
, XmlQueryCardinality.ZeroOrMore);
210
public static readonly XmlQueryType DocumentOrContent = TF.Choice(Document,
Content
);
212
public static readonly XmlQueryType AttributeOrContent = TF.Choice(Attribute,
Content
);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2697
QilNode filter = _f.Filter(iChild, _f.IsType(iChild, T.
Content
));