Base:
property
AttributeCount
System.Xml.XmlReader.AttributeCount
4 references to AttributeCount
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
119public override int AttributeCount { get { return IsXmlDataNode ? _xmlNodeReader.AttributeCount : _attributeCount; } }
System.Private.Xml (3)
System\Xml\Dom\XmlNodeReader.cs (3)
1413if (AttributeCount > 0) 1439if (AttributeCount > 0) 1744return (AttributeCount > 0);