2 writes to pending
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
558
this.
pending
++;
565
this.
pending
--;
2 references to pending
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
533
if (this.
pending
> 0)
566
if (this.
pending
== 0)