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