8 overrides of MoveToAttribute
System.Data (1)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
101public override bool MoveToAttribute( string localName, string namespaceURI ) {
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
511public override bool MoveToAttribute(string localName, string namespaceURI) 884public override bool MoveToAttribute(string localName, string namespaceURI)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
685public override bool MoveToAttribute(string localName, string namespaceURI)
System.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
266public override bool MoveToAttribute(string localName, string namespaceURI) {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
243public override bool MoveToAttribute(string localName, string namespaceURI) {
System\Xml\XPath\XPathNavigatorReader.cs (1)
1104public override bool MoveToAttribute(string localName, string namespaceName) {
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
291public override bool MoveToAttribute(string localName, string namespaceName) {
13 references to MoveToAttribute
System.Data.Entity (3)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
2345columnValue.MoveToAttribute(StorageMslConstructs.ConditionValueAttribute, string.Empty);
System\Data\Metadata\Helper.cs (2)
55if (nav.MoveToAttribute(attributeName, string.Empty)) 77if (nav.MoveToAttribute(attributeName, string.Empty))
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
666if (input.Navigator.MoveToAttribute("use-attribute-sets", input.Atoms.UriXsl)) {
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
514return this.navigator.MoveToAttribute(localName, namespaceURI); 887return this.navigator.MoveToAttribute(localName, namespaceURI);
System.Xml (7)
System\Xml\XPath\XPathNavigator.cs (2)
488if (navClone.MoveToAttribute("lang", XmlReservedNs.NsXml)) 531if (!MoveToAttribute(localName, namespaceURI))
System\Xml\XPath\XPathNavigatorReader.cs (5)
235if (tempNav.MoveToAttribute(XPathNavigatorReader.space, XmlReservedNs.NsXml)) { 383if ( nav.MoveToAttribute( localname, string.Empty ) ) 430if ( nav.MoveToAttribute( localName, namespaceURI ) ) { 505if ( nav.MoveToAttribute( localName, namespaceName ) ) 634if ( nav.MoveToAttribute( localname, string.Empty ) )