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