1 write to UntypedAttribute
System.Private.Xml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
413UntypedAttribute = new ItemType(XmlTypeCode.Attribute, XmlQualifiedNameTest.Wildcard, DatatypeImplementation.UntypedAtomicType, false, false, true);
3 references to UntypedAttribute
System.Private.Xml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
234public static readonly XmlQueryType UntypedAttribute = ItemType.UntypedAttribute; 416s_specialBuiltInItemTypes = new XmlQueryType[4] { UntypedDocument, UntypedElement, UntypedAttribute, NodeNotRtf }; 489return UntypedAttribute;