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