Base:
method
MoveToFirstAttribute
System.Xml.XmlReader.MoveToFirstAttribute()
2 references to MoveToFirstAttribute
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
759
return UpdateFromTextReader(_textXmlReader.
MoveToFirstAttribute
());
System\Xml\Core\XmlTextReader.cs (1)
218
return _impl.
MoveToFirstAttribute
();