1 write to UntypedAttribute
System.Private.Xml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
413
UntypedAttribute
= 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)
234
public static readonly XmlQueryType UntypedAttribute = ItemType.
UntypedAttribute
;
416
s_specialBuiltInItemTypes = new XmlQueryType[4] { UntypedDocument, UntypedElement,
UntypedAttribute
, NodeNotRtf };
489
return
UntypedAttribute
;