10 references to Attribute
System.Data.SqlXml (10)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
723case XPathNodeType.Attribute: return code == XmlTypeCode.Attribute;
System\Xml\Xsl\XmlQueryType.cs (1)
567case XmlTypeCode.Attribute:
System\Xml\Xsl\XmlQueryTypeFactory.cs (8)
197public static readonly XmlQueryType Attribute = TF.Type(XmlTypeCode.Attribute, false); 299/* XPathNodeType.Attribute */ XmlTypeCode.Attribute, 376case XmlTypeCode.Attribute: 402UntypedAttribute = new ItemType(XmlTypeCode.Attribute, XmlQualifiedNameTest.Wildcard, DatatypeImplementation.UntypedAtomicType, false, false, true); 461case XmlTypeCode.Attribute: 500case XmlTypeCode.Attribute: this.nodeKinds = XmlNodeKindFlags.Attribute; break; 734else if (this.code == XmlTypeCode.Attribute) 762/* Attribute */ XmlTypeCode.Attribute,