7 writes to count
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryNode.cs (7)
654
this.items[this.
count
++].Set(node, this.position, this.sizePosition);
666
this.items[this.
count
++].Set(node, this.position, this.sizePosition);
678
this.items[this.
count
++].Set(ref item, this.position, this.sizePosition);
690
this.items[this.
count
++].Size = size;
701
this.items[this.
count
++] = item;
724
this.
count
= 0;
729
this.
count
= 0;
27 references to count
System.ServiceModel (27)
System\ServiceModel\Dispatcher\QueryNode.cs (27)
524
return this.
count
;
555
return (this.
count
> 0);
563
if (this.
count
> 0)
576
if (this.
count
> 0)
589
if (this.
count
> 0)
649
if (this.
count
== this.items.Length)
660
if (this.
count
== this.items.Length)
672
if (this.
count
== this.items.Length)
684
if (this.
count
== this.items.Length)
689
this.items[this.
count
] = item;
696
if (this.
count
== this.items.Length)
719
return (this.
count
== 1 && this.ownerContext == context && this.refCount == 1);
736
for (int i = 0; i < this.
count
; ++i)
749
for (int i = 0; i < this.
count
; ++i)
761
for (int i = 0; i < this.
count
; ++i)
774
for (int i = 0; i < sequence.
count
; ++i)
804
for (int i = 0; i < this.
count
; ++i)
816
for (int i = 0; i < this.
count
; ++i)
858
if (this.
count
== 0)
897
if (this.
count
> 0)
899
for (int i = 0; i < this.
count
; ++i)
901
this.items[i].SetPositionAndSize(i + 1, this.
count
);
903
this.items[this.
count
- 1].Flags |= NodeSequenceItemFlags.NodesetLast;
921
this.sizePosition = -this.
count
;
945
if (this.
count
> 0)
964
for (int i = 0; i < this.
count
; ++i)
967
for (int i = 0; i < otherSeq.
count
; ++i)