9 references to InternalPendingItems
System.ServiceModel (9)
System\ServiceModel\Channels\DeliveryStrategy.cs (3)
94
return this.Channel.
InternalPendingItems
+ this.items.Count;
123
return (this.Channel.
InternalPendingItems
+ sequenceNumber - this.windowStart < this.Quota);
188
return this.Channel.
InternalPendingItems
;
System\ServiceModel\Channels\InputQueueChannel.cs (1)
35
return
InternalPendingItems
;
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
306
MsmqDiagnostics.SessiongramReceived(channel.Session.Id, msmqMessage.MessageId, channel.
InternalPendingItems
);
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (4)
59
return this.
InternalPendingItems
+ this.incompleteMessageCount;
211
if (this.
InternalPendingItems
> 0)
301
if (this.
InternalPendingItems
> 0)
540
if (this.channel.State == CommunicationState.Opened && this.channel.
InternalPendingItems
> 0)