6 overrides of MoveToId
System.Data.Common (1)
System\Xml\DataDocumentXPathNavigator.cs (1)
145public override bool MoveToId(string id) => false;
System.Private.Xml (4)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
486public override bool MoveToId(string id)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
892public override bool MoveToId(string id)
System\Xml\XPath\XPathNavigatorReader.cs (1)
1259public override bool MoveToId(string id)
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
176public override bool MoveToId(string id)
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
449public override bool MoveToId(string id)
2 references to MoveToId
System.Private.Xml (2)
System\Xml\XPath\Internal\IdQuery.cs (1)
51if (contextNode.MoveToId(ids[idx]))
System\Xml\Xsl\Runtime\XmlIterators.cs (1)
48while (!_navCurrent.MoveToId(_idrefs[_idx]));