25 writes to count
System.Private.Xml (25)
System\Xml\XPath\Internal\AbsoluteQuery.cs (1)
19
count
= 0;
System\Xml\XPath\Internal\CacheAxisQuery.cs (4)
18
this.
count
= 0;
23
this.
count
= other.count;
28
this.
count
= 0;
43
return outputBuffer[
count
++];
System\Xml\XPath\Internal\CacheOutputQuery.cs (5)
22
this.
count
= 0;
28
this.
count
= other.count;
33
this.
count
= 0;
44
count
= 0;
54
return outputBuffer[
count
++];
System\Xml\XPath\Internal\ContextQuery.cs (4)
14
this.
count
= 0;
24
count
= 0;
32
count
= 0;
40
count
= 1;
System\Xml\XPath\Internal\Query.cs (2)
46
count
= 0;
47
while (clone.MoveNext())
count
++;
System\Xml\XPath\Internal\ResettableIterator.cs (3)
13
base.
count
= -1;
17
base.
count
= other.count;
21
base.
count
= -1;
System\Xml\XPath\Internal\SortQuery.cs (5)
26
count
= 0;
33
count
= 0;
36
public override void Reset() {
count
= 0; }
76
count
= 0;
85
return _results[
count
++].Node;
System\Xml\XPath\XPathNodeIterator.cs (1)
28
count
= clone.CurrentPosition;
35 references to count
System.Private.Xml (35)
System\Xml\XPath\Internal\CacheAxisQuery.cs (9)
23
this.count = other.
count
;
40
Debug.Assert(0 <=
count
&&
count
<= outputBuffer.Count);
41
if (
count
< outputBuffer.Count)
52
Debug.Assert(0 <=
count
&&
count
<= outputBuffer.Count);
53
if (
count
== 0)
57
return outputBuffer[
count
- 1];
61
public override int CurrentPosition { get { return
count
; } }
System\Xml\XPath\Internal\CacheOutputQuery.cs (9)
28
this.count = other.
count
;
51
Debug.Assert(0 <=
count
&&
count
<= outputBuffer.Count);
52
if (
count
< outputBuffer.Count)
63
Debug.Assert(0 <=
count
&&
count
<= outputBuffer.Count);
64
if (
count
== 0)
68
return outputBuffer[
count
- 1];
73
public override int CurrentPosition { get { return
count
; } }
System\Xml\XPath\Internal\ContextQuery.cs (2)
38
if (
count
== 0)
54
public override int CurrentPosition { get { return
count
; } }
System\Xml\XPath\Internal\Query.cs (2)
42
if (
count
== -1)
49
return
count
;
System\Xml\XPath\Internal\ResettableIterator.cs (1)
17
base.count = other.
count
;
System\Xml\XPath\Internal\ReversePositionQuery.cs (1)
14
public override int CurrentPosition { get { return outputBuffer.Count -
count
+ 1; } }
System\Xml\XPath\Internal\SortQuery.cs (8)
82
Debug.Assert(0 <=
count
&&
count
<= _results.Count);
83
if (
count
< _results.Count)
94
Debug.Assert(0 <=
count
&&
count
<= _results.Count);
95
if (
count
== 0)
99
return _results[
count
- 1].Node;
111
public override int CurrentPosition { get { return
count
; } }
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
61
public override int CurrentPosition { get { return outputBuffer.Count -
count
+ 1; } }
System\Xml\XPath\XPathNodeIterator.cs (2)
24
if (
count
== -1)
30
return
count
;