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