5 references to GetLocation
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (4)
849
return XPathNodeHelper.
GetLocation
(_pageCurrent, _idxCurrent);
853
return XPathNodeHelper.
GetLocation
(_pageParent, _idxParent);
875
return int.MinValue + 1 + XPathNodeHelper.
GetLocation
(_pageCurrent, _idxCurrent);
879
return XPathNodeHelper.
GetLocation
(_pageCurrent, _idxCurrent);
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNode.cs (1)
512
return XPathNodeHelper.
GetLocation
(_page, _idx);