3 writes to pendingSends
System.ServiceModel (3)
System\ServiceModel\Channels\UtilityExtension.cs (3)
43pendingSends = 0; 123Interlocked.Increment(ref pendingSends); 138Interlocked.Decrement(ref pendingSends);
5 references to pendingSends
System.ServiceModel (5)
System\ServiceModel\Channels\UtilityExtension.cs (5)
404return this.pendingSends; 417this.checkPointPendingSends = this.pendingSends; 419this.expectedClearance = this.pendingSends / 2; 439lclPendingSends = this.pendingSends; 459this.checkPointPendingSends = this.pendingSends;