10 references to Attribute
System.Private.Xml (10)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
767case XPathNodeType.Attribute: return code == XmlTypeCode.Attribute;
System\Xml\Xsl\XmlQueryType.cs (1)
580case XmlTypeCode.Attribute:
System\Xml\Xsl\XmlQueryTypeFactory.cs (8)
194public static readonly XmlQueryType Attribute = TF.Type(XmlTypeCode.Attribute, false); 305/* XPathNodeType.Attribute */ XmlTypeCode.Attribute, 387case XmlTypeCode.Attribute: 413UntypedAttribute = new ItemType(XmlTypeCode.Attribute, XmlQualifiedNameTest.Wildcard, DatatypeImplementation.UntypedAtomicType, false, false, true); 480case XmlTypeCode.Attribute: 521XmlTypeCode.Attribute => XmlNodeKindFlags.Attribute, 766else if (_code == XmlTypeCode.Attribute) 797/* Attribute */ XmlTypeCode.Attribute,