25 writes to count
System.Xml (25)
System\Xml\XPath\Internal\AbsoluteQuery.cs (1)
22
count
= 0;
System\Xml\XPath\Internal\CacheAxisQuery.cs (4)
21
this.
count
= 0;
25
this.
count
= other.count;
29
this.
count
= 0;
41
return outputBuffer[
count
++];
System\Xml\XPath\Internal\CacheOutputQuery.cs (5)
24
this.
count
= 0;
29
this.
count
= other.count;
33
this.
count
= 0;
42
count
= 0;
50
return outputBuffer[
count
++];
System\Xml\XPath\Internal\ContextQuery.cs (4)
18
this.
count
= 0;
24
count
= 0;
31
count
= 0;
37
count
= 1;
System\Xml\XPath\Internal\Query.cs (2)
46
count
= 0;
47
while (clone.MoveNext())
count
++;
System\Xml\XPath\Internal\ResetableIterator.cs (3)
18
base.
count
= -1;
21
base.
count
= other.count;
24
base.
count
= -1;
System\Xml\XPath\Internal\SortQuery.cs (5)
27
count
= 0;
33
count
= 0;
36
public override void Reset() {
count
= 0; }
70
count
= 0;
77
return this.results[
count
++].Node;
System\Xml\XPath\XPathNodeIterator.cs (1)
29
count
= clone.CurrentPosition;
35 references to count
System.Xml (35)
System\Xml\XPath\Internal\CacheAxisQuery.cs (9)
25
this.count = other.
count
;
39
Debug.Assert(0 <=
count
&&
count
<= outputBuffer.Count);
40
if (
count
< outputBuffer.Count) {
48
Debug.Assert(0 <=
count
&&
count
<= outputBuffer.Count);
49
if (
count
== 0) {
52
return outputBuffer[
count
- 1];
56
public override int CurrentPosition { get { return
count
; } }
System\Xml\XPath\Internal\CacheOutputQuery.cs (9)
29
this.count = other.
count
;
48
Debug.Assert(0 <=
count
&&
count
<= outputBuffer.Count);
49
if (
count
< outputBuffer.Count) {
57
Debug.Assert(0 <=
count
&&
count
<= outputBuffer.Count);
58
if (
count
== 0) {
61
return outputBuffer[
count
- 1];
66
public override int CurrentPosition { get { return
count
; } }
System\Xml\XPath\Internal\ContextQuery.cs (2)
36
if (
count
== 0) {
50
public override int CurrentPosition { get { return
count
; } }
System\Xml\XPath\Internal\Query.cs (2)
43
if (
count
== -1) {
49
return
count
;
System\Xml\XPath\Internal\ResetableIterator.cs (1)
21
base.count = other.
count
;
System\Xml\XPath\Internal\ReversePositionQuery.cs (1)
20
public override int CurrentPosition { get { return outputBuffer.Count -
count
+ 1; } }
System\Xml\XPath\Internal\SortQuery.cs (8)
75
Debug.Assert(0 <=
count
&&
count
<= results.Count);
76
if (
count
< this.results.Count) {
84
Debug.Assert(0 <=
count
&&
count
<= results.Count);
85
if (
count
== 0) {
88
return results[
count
- 1].Node;
99
public override int CurrentPosition { get { return
count
; } }
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
55
public override int CurrentPosition { get { return outputBuffer.Count -
count
+ 1; } }
System\Xml\XPath\XPathNodeIterator.cs (2)
26
if (
count
== -1) {
31
return
count
;