3 overrides of IsNotRtf
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
595
public override bool
IsNotRtf
{
844
public override bool
IsNotRtf
{
1033
public override bool
IsNotRtf
{
19 references to IsNotRtf
System.Data.SqlXml (19)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3016
if (!typDerived.IsNode || !typDerived.IsSingleton || !typDerived.
IsNotRtf
)
System\Xml\Xsl\XmlQueryType.cs (6)
220
thisPrime.
IsNotRtf
== thatPrime.
IsNotRtf
);
234
thisItem.
IsNotRtf
== thatItem.
IsNotRtf
) {
511
return (
IsNotRtf
|| !baseType.
IsNotRtf
) && NameTest.IsSubsetOf(baseType.NameTest) &&
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
847
if (!this.members[i].
IsNotRtf
)
1034
get { return this.prime.
IsNotRtf
; }
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
76
if (result.XmlType.MaybeMany && result.XmlType.IsNode && result.XmlType.
IsNotRtf
) {
System\Xml\Xsl\XPath\XPathQilFactory.cs (5)
62
Debug.Assert(n != null && n.XmlType.IsSingleton && n.XmlType.IsNode && n.XmlType.
IsNotRtf
, "Must be a singleton node and not an Rtf");
96
if (xt.IsNode && xt.
IsNotRtf
) {
249
if (n.XmlType.IsNode && n.XmlType.
IsNotRtf
&& n.XmlType.IsSingleton) {
256
if (n.XmlType.IsNode && n.XmlType.
IsNotRtf
) {
265
if (n.XmlType.IsNode && n.XmlType.
IsNotRtf
) {
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1136
if (selectExpr.XmlType.
IsNotRtf
&& (selectExpr.XmlType.NodeKinds & XmlNodeKindFlags.Document) == XmlNodeKindFlags.None) {
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (3)
85
if (var.NodeType == QilNodeType.Parameter && varType.IsNode && varType.
IsNotRtf
&& varType.MaybeMany && !varType.IsDod) {
597
if (n.XmlType.IsNode && n.XmlType.
IsNotRtf
) {
615
if (n.XmlType.IsNode && n.XmlType.
IsNotRtf
) {