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