3 overrides of Count
System.ServiceModel (3)
System\ServiceModel\Channels\SequenceRangeCollection.cs (3)
187
public override int
Count
231
public override int
Count
303
public override int
Count
23 references to Count
System.ServiceModel (23)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1400
if (this.deliveryStrategy.EnqueuedCount > 0 || this.inputConnection.Ranges.
Count
> 1)
System\ServiceModel\Channels\ReliableInputConnection.cs (8)
27
return (this.ranges.
Count
== 1
88
if (ranges.
Count
< ReliableMessagingConstants.MaxSequenceRanges)
94
return ranges.
Count
<= ReliableMessagingConstants.MaxSequenceRanges;
111
if (this.ranges.
Count
> 0)
113
return sequenceNumber > this.ranges[this.ranges.
Count
- 1].Upper;
157
if ((last < 1) || (this.ranges.
Count
== 0))
163
validLast = last >= this.ranges[this.ranges.
Count
- 1].Upper;
202
int rangeCount = this.ranges.
Count
;
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
385
if (this.DeliveryStrategy.EnqueuedCount > 0 || this.Connection.Ranges.
Count
> 1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
3568
if (finalRanges.
Count
== 0)
3575
if ((finalRanges.
Count
== 1) && (finalRanges[0].Lower == 1) && (finalRanges[0].Upper == last))
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1291
if (this.PendingRequestContexts != 0 || this.connection.Ranges.
Count
> 1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
68
if (this.ranges.
Count
== 0)
System\ServiceModel\Channels\SequenceRangeCollection.cs (1)
163
for (int i = 0; i <
Count
; i++)
System\ServiceModel\Channels\TransmissionStrategy.cs (5)
560
return ranges.
Count
== 0;
564
if (ranges.
Count
== 0 || ranges[0].Lower != 1)
591
for (int i = 0; i < ranges.
Count
; i++)
662
if (ranges.
Count
== 0)
676
for (int rangeIndex = 0; rangeIndex < ranges.
Count
; rangeIndex++)
System\ServiceModel\Channels\WsrmMessageInfo.cs (3)
1496
bool validAck = rangeCollection.
Count
> 0;
1690
if (ranges.
Count
== 0)
1703
for (int index = 0; index < ranges.
Count
; index++)