3 writes to index
System.Xml (3)
System\Xml\XPath\Internal\XPathArrayIterator.cs (3)
28this.index = it.index; 65index++; 70index = 0;
8 references to index
System.Xml (8)
System\Xml\XPath\Internal\XPathArrayIterator.cs (8)
28this.index = it.index; 48Debug.Assert(index <= list.Count); 50if (index < 1) { 53return (XPathNavigator) list[index - 1]; 57public override int CurrentPosition { get { return index; } } 61Debug.Assert(index <= list.Count); 62if (index == list.Count) { 77private object debuggerDisplayProxy { get { return index < 1 ? null : (object)new XPathNavigator.DebuggerDisplayProxy(Current); } }