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