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