30 references to Count
System.ServiceModel (30)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (2)
269
if (sourceSeq.
Count
> 0)
290
newSeq.Items[newSeq.
Count
- 1].Last = true; // maintain nodeset boundaries...
System\ServiceModel\Dispatcher\QueryFunctions.cs (5)
790
for (int item = 0; item < sourceSeq.
Count
; ++item)
827
int count = sourceSeq.
Count
;
834
for (int item = 0; item < sourceSeq.
Count
; ++item)
851
context.SetValue(context, arg.basePtr, context.PeekSequence(arg.basePtr).
Count
);
978
for (int item = 0; item < sequence.
Count
; ++item)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
1144
for (int i = 0; i < sequence.
Count
; ++i)
System\ServiceModel\Dispatcher\QueryNode.cs (4)
1048
return this.data.seq.
Count
;
1062
if (this.index > this.data.seq.
Count
)
1116
if (this.index < this.data.seq.
Count
)
1260
return (this.indexStart < this.sequence.
Count
);
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
854
for (int i = 0; i < sequence.
Count
; ++i)
System\ServiceModel\Dispatcher\QueryRelOp.cs (2)
315
for (int i = 0; i < sequence.
Count
; ++i)
363
for (int i = 0; i < sequence.
Count
; ++i)
System\ServiceModel\Dispatcher\QuerySelectOp.cs (4)
502
int sourceSeqCount = sourceSeq.
Count
;
584
int count = sourceSeq.
Count
;
596
for (int item = 0; item < sourceSeq.
Count
; ++item)
652
if (seq.
Count
== 0)
System\ServiceModel\Dispatcher\QuerySetOp.cs (4)
24
for (int item = 0; item < sequence.
Count
; ++item)
66
for (int item = 0; item < sequence.
Count
; ++item)
101
if (sourceSequence.
Count
> 0)
178
for (int j = 0; j < seq.
Count
; ++j)
System\ServiceModel\Dispatcher\QueryStack.cs (2)
655
int nodeCount = seq.
Count
;
677
int nodeCount = seq.
Count
;
System\ServiceModel\Dispatcher\QueryValue.cs (1)
119
return this.sequence.
Count
;
System\ServiceModel\Dispatcher\XPathMessageContext.cs (4)
983
if (seq.
Count
> 0)
1045
if (seq.
Count
> 0)
1110
if (seq.
Count
> 0)
1184
if (seq.
Count
> 0)