3 writes to list
System.Private.Xml (3)
System\Xml\XPath\Internal\XPathArrayIterator.cs (3)
21
this.
list
= list;
26
this.
list
= it.list;
32
this.
list
= new ArrayList();
10 references to list
System.Private.Xml (10)
System\Xml\XPath\Internal\XPathArrayIterator.cs (9)
26
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();
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
328
return ((SortKey)this.
list
[this.index - 1]!).Node;