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