3 overrides of IsNotRtf
System.Private.Xml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
627
public override bool
IsNotRtf
897
public override bool
IsNotRtf
1093
public override bool
IsNotRtf
19 references to IsNotRtf
System.Private.Xml (19)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3245
if (!typDerived.IsNode || !typDerived.IsSingleton || !typDerived.
IsNotRtf
)
System\Xml\Xsl\XmlQueryType.cs (6)
197
thisPrime.
IsNotRtf
== thatPrime.
IsNotRtf
);
213
thisItem.
IsNotRtf
== thatItem.
IsNotRtf
)
517
return (
IsNotRtf
|| !baseType.
IsNotRtf
) && NameTest.IsSubsetOf(baseType.NameTest) &&
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
903
if (!_members[i].
IsNotRtf
)
1095
get { return _prime.
IsNotRtf
; }
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
81
if (result.XmlType!.MaybeMany && result.XmlType.IsNode && result.XmlType.
IsNotRtf
)
System\Xml\Xsl\XPath\XPathQilFactory.cs (5)
60
Debug.Assert(n != null && n.XmlType!.IsSingleton && n.XmlType.IsNode && n.XmlType.
IsNotRtf
, "Must be a singleton node and not an Rtf");
101
if (xt.IsNode && xt.
IsNotRtf
)
273
if (n.XmlType!.IsNode && n.XmlType.
IsNotRtf
&& n.XmlType.IsSingleton)
282
if (n.XmlType!.IsNode && n.XmlType.
IsNotRtf
)
293
if (n.XmlType!.IsNode && n.XmlType.
IsNotRtf
)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1345
if (selectExpr.XmlType.
IsNotRtf
&& (selectExpr.XmlType.NodeKinds & XmlNodeKindFlags.Document) == XmlNodeKindFlags.None)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (3)
89
if (var.NodeType == QilNodeType.Parameter && varType.IsNode && varType.
IsNotRtf
&& varType.MaybeMany && !varType.IsDod)
725
if (n.XmlType!.IsNode && n.XmlType.
IsNotRtf
)
747
if (n.XmlType.IsNode && n.XmlType.
IsNotRtf
)