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