3 writes to list
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathArrayIterator.cs (3)
22
this.
list
= list;
27
this.
list
= it.list;
33
this.
list
= new ArrayList();
9 references to list
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathArrayIterator.cs (9)
27
this.list = it.
list
;
36
this.
list
.Add(nodeIterator.Current.Clone());
42
get { return this.
list
; }
54
Debug.Assert(index <=
list
.Count);
60
return (XPathNavigator)
list
[index - 1];
65
public override int Count { get { return
list
.Count; } }
69
Debug.Assert(index <=
list
.Count);
70
if (index ==
list
.Count)
85
return
list
.GetEnumerator();