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