5 references to GetLocation
System.Xml (5)
System\Xml\Cache\XPathDocumentNavigator.cs (4)
764
return XPathNodeHelper.
GetLocation
(this.pageCurrent, this.idxCurrent);
768
return XPathNodeHelper.
GetLocation
(this.pageParent, this.idxParent);
787
return int.MinValue + 1 + XPathNodeHelper.
GetLocation
(this.pageCurrent, this.idxCurrent);
791
return XPathNodeHelper.
GetLocation
(this.pageCurrent, this.idxCurrent);
System\Xml\Cache\XPathNode.cs (1)
456
return XPathNodeHelper.
GetLocation
(this.page, this.idx);