5 writes to incompleteMessageCount
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (5)
31this.incompleteMessageCount = 0; 69this.incompleteMessageCount += this.uncommittedMessageCount; 87Interlocked.Decrement(ref incompleteMessageCount); 130Interlocked.Increment(ref incompleteMessageCount); 165Interlocked.Increment(ref incompleteMessageCount);
1 reference to incompleteMessageCount
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
59return this.InternalPendingItems + this.incompleteMessageCount;