4 references to InternalPendingItems
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\DeliveryStrategy.cs (3)
69return Channel.InternalPendingItems + items.Count; 98return (Channel.InternalPendingItems + sequenceNumber - windowStart < Quota); 163return Channel.InternalPendingItems;
System\ServiceModel\Channels\InputQueueChannel.cs (1)
28return InternalPendingItems;