Base:
property
AttributeCount
System.Xml.XmlReader.AttributeCount
2 references to AttributeCount
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
639return _textXmlReader.AttributeCount;
System\Xml\Core\XmlTextReader.cs (1)
184public override int AttributeCount { get { return _impl.AttributeCount; } }