1 write to NodeNotRtf
System.Private.Xml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
414NodeNotRtf = new ItemType(XmlTypeCode.Node, XmlQualifiedNameTest.Wildcard, XmlSchemaComplexType.AnyType, false, false, true);
2 references to NodeNotRtf
System.Private.Xml (2)
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
237public static readonly XmlQueryType NodeNotRtf = ItemType.NodeNotRtf; 416s_specialBuiltInItemTypes = new XmlQueryType[4] { UntypedDocument, UntypedElement, UntypedAttribute, NodeNotRtf };