5 references to Content
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
3931if (typ == XmlQueryTypeFactory.Content) return true;
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
212public static readonly XmlQueryType ContentS = TF.PrimeProduct(Content, XmlQueryCardinality.ZeroOrMore); 213public static readonly XmlQueryType DocumentOrContent = TF.Choice(Document, Content); 215public static readonly XmlQueryType AttributeOrContent = TF.Choice(Attribute, Content);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2252QilNode filter = f.Filter(iChild, f.IsType(iChild, T.Content));