5 references to GetLocation
System.Private.Xml (5)
System\Xml\Cache\XPathDocumentNavigator.cs (4)
855return XPathNodeHelper.GetLocation(_pageCurrent, _idxCurrent); 859return XPathNodeHelper.GetLocation(_pageParent!, _idxParent); 880XPathNodeType.Namespace => int.MinValue + 1 + XPathNodeHelper.GetLocation(_pageCurrent, _idxCurrent), 883XPathNodeType.Attribute => XPathNodeHelper.GetLocation(_pageCurrent, _idxCurrent),
System\Xml\Cache\XPathNode.cs (1)
500return XPathNodeHelper.GetLocation(_page, _idx);