3 writes to list
System.Xml (3)
System\Xml\XPath\Internal\XPathArrayIterator.cs (3)
23
this.
list
= list;
27
this.
list
= it.list;
32
this.
list
= new ArrayList();
9 references to list
System.Xml (9)
System\Xml\XPath\Internal\XPathArrayIterator.cs (9)
27
this.list = it.
list
;
34
this.
list
.Add(nodeIterator.Current.Clone());
39
get { return this.
list
; }
48
Debug.Assert(index <=
list
.Count);
53
return (XPathNavigator)
list
[index - 1];
58
public override int Count { get { return
list
.Count; } }
61
Debug.Assert(index <=
list
.Count);
62
if (index ==
list
.Count) {
74
return
list
.GetEnumerator();