3 writes to position
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathMultyIterator.cs (3)
133position = 0; 145this.position = it.position; 183position++;
4 references to position
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathMultyIterator.cs (4)
145this.position = it.position; 157Debug.Assert(position != 0, "MoveNext() wasn't called"); 163public override int CurrentPosition { get { return position; } } 172if (position != 0)