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