2 writes to _position
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelectionIterator.cs (2)
32_position = it._position; 45_position++;
2 references to _position
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelectionIterator.cs (2)
32_position = it._position; 57public override int CurrentPosition { get { return _position; } }