1 write to UntypedAttribute
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
402
UntypedAttribute
= new ItemType(XmlTypeCode.Attribute, XmlQualifiedNameTest.Wildcard, DatatypeImplementation.UntypedAtomicType, false, false, true);
3 references to UntypedAttribute
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
237
public static readonly XmlQueryType UntypedAttribute = ItemType.
UntypedAttribute
;
405
SpecialBuiltInItemTypes = new XmlQueryType[4] { UntypedDocument, UntypedElement,
UntypedAttribute
, NodeNotRtf };
469
return
UntypedAttribute
;