Base:
method
MoveToNextAttribute
System.Xml.XmlReader.MoveToNextAttribute()
6 references to MoveToNextAttribute
System.Private.Xml (6)
System\Xml\Core\XmlValidatingReader.cs (1)
161return _impl.MoveToNextAttribute();
System\Xml\Schema\DtdValidator.cs (1)
210} while (Reader.MoveToNextAttribute());
System\Xml\Schema\XdrValidator.cs (2)
223} while (reader.MoveToNextAttribute()); 295} while (reader.MoveToNextAttribute());
System\Xml\Schema\XsdValidator.cs (2)
307} while (reader.MoveToNextAttribute()); 528} while (reader.MoveToNextAttribute());