Base:
method
MoveToFirstAttribute
System.Xml.XmlReader.MoveToFirstAttribute()
6 references to MoveToFirstAttribute
System.Private.Xml (6)
System\Xml\Core\XmlValidatingReader.cs (1)
156
return _impl.
MoveToFirstAttribute
();
System\Xml\Schema\DtdValidator.cs (1)
178
if (Reader.
MoveToFirstAttribute
())
System\Xml\Schema\XdrValidator.cs (2)
202
if (reader.
MoveToFirstAttribute
())
261
if (reader.
MoveToFirstAttribute
())
System\Xml\Schema\XsdValidator.cs (2)
274
if (reader.
MoveToFirstAttribute
())
468
if (reader.
MoveToFirstAttribute
())