2 references to Value
System.Data.Common (2)
System\Xml\DataDocumentXPathNavigator.cs (2)
59return xnt == XPathNodeType.Element || xnt == XPathNodeType.Root ? _curNode.InnerText : _curNode.Value!; 84return _temp.MoveToAttribute(localName, namespaceURI) ? _temp.Value! : string.Empty;