4 writes to _position
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (4)
2213
_position
= 0;
2219
_position
= other._position;
2236
_position
= pos;
2269
_position
++;
2 references to _position
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (2)
2219
_position = other.
_position
;
2231
get { return
_position
; }