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