Base:
method
MoveToFirstAttribute
System.Xml.XmlReader.MoveToFirstAttribute()
6 references to MoveToFirstAttribute
System.Xml (6)
System\Xml\Core\XmlValidatingReader.cs (1)
137
return impl.
MoveToFirstAttribute
();
System\Xml\Schema\DtdValidator.cs (1)
152
if (Reader.
MoveToFirstAttribute
()) {
System\Xml\Schema\XdrValidator.cs (2)
169
if (reader.
MoveToFirstAttribute
()) {
215
if (reader.
MoveToFirstAttribute
()) {
System\Xml\Schema\XsdValidator.cs (2)
239
if (reader.
MoveToFirstAttribute
()) {
390
if (reader.
MoveToFirstAttribute
()) {