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