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