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