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