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