Base:
property
AttributeCount
System.Xml.XmlReader.AttributeCount
2 references to AttributeCount
System.Xml (2)
System\Xml\Core\XmlValidatingReader.cs (1)
110public override int AttributeCount { get { return impl.AttributeCount; } }
System\Xml\Schema\AutoValidator.cs (1)
73int count = reader.AttributeCount;