25 writes to count
dotnet-svcutil-lib (25)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AbsoluteQuery.cs (1)
22
count
= 0;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheAxisQuery.cs (4)
21
this.
count
= 0;
26
this.
count
= other.count;
31
this.
count
= 0;
46
return outputBuffer[
count
++];
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheOutputQuery.cs (5)
24
this.
count
= 0;
30
this.
count
= other.count;
35
this.
count
= 0;
46
count
= 0;
56
return outputBuffer[
count
++];
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ContextQuery.cs (4)
18
this.
count
= 0;
26
count
= 0;
34
count
= 0;
42
count
= 1;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (2)
49
count
= 0;
50
while (clone.MoveNext())
count
++;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ResetableIterator.cs (3)
18
base.
count
= -1;
22
base.
count
= other.count;
26
base.
count
= -1;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (5)
27
count
= 0;
34
count
= 0;
37
public override void Reset() {
count
= 0; }
77
count
= 0;
86
return _results[
count
++].Node;
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNodeIterator.cs (1)
34
count
= clone.CurrentPosition;
35 references to count
dotnet-svcutil-lib (35)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheAxisQuery.cs (9)
26
this.count = other.
count
;
43
Debug.Assert(0 <=
count
&&
count
<= outputBuffer.Count);
44
if (
count
< outputBuffer.Count)
55
Debug.Assert(0 <=
count
&&
count
<= outputBuffer.Count);
56
if (
count
== 0)
60
return outputBuffer[
count
- 1];
64
public override int CurrentPosition { get { return
count
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheOutputQuery.cs (9)
30
this.count = other.
count
;
53
Debug.Assert(0 <=
count
&&
count
<= outputBuffer.Count);
54
if (
count
< outputBuffer.Count)
65
Debug.Assert(0 <=
count
&&
count
<= outputBuffer.Count);
66
if (
count
== 0)
70
return outputBuffer[
count
- 1];
75
public override int CurrentPosition { get { return
count
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ContextQuery.cs (2)
40
if (
count
== 0)
56
public override int CurrentPosition { get { return
count
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (2)
45
if (
count
== -1)
52
return
count
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ResetableIterator.cs (1)
22
base.count = other.
count
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ReversePositionQuery.cs (1)
18
public override int CurrentPosition { get { return outputBuffer.Count -
count
+ 1; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (8)
83
Debug.Assert(0 <=
count
&&
count
<= _results.Count);
84
if (
count
< _results.Count)
95
Debug.Assert(0 <=
count
&&
count
<= _results.Count);
96
if (
count
== 0)
100
return _results[
count
- 1].Node;
112
public override int CurrentPosition { get { return
count
; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
65
public override int CurrentPosition { get { return outputBuffer.Count -
count
+ 1; } }
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNodeIterator.cs (2)
30
if (
count
== -1)
36
return
count
;