2 references to MoveToAttribute
System.Data.Common (2)
System\Xml\DataDocumentXPathNavigator.cs (2)
84return _temp.MoveToAttribute(localName, namespaceURI) ? _temp.Value! : string.Empty; 110_curNode.MoveToAttribute(localName, namespaceURI);