3 writes to index
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathArrayIterator.cs (3)
28this.index = it.index; 74index++; 80index = 0;
8 references to index
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathArrayIterator.cs (8)
28this.index = it.index; 54Debug.Assert(index <= list.Count); 56if (index < 1) 60return (XPathNavigator)list[index - 1]; 64public override int CurrentPosition { get { return index; } } 69Debug.Assert(index <= list.Count); 70if (index == list.Count) 88private object debuggerDisplayProxy { get { return index < 1 ? null : (object)new XPathNavigator.DebuggerDisplayProxy(Current); } }