2 writes to isSynchronous
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
3032this.isSynchronous = false; 3081this.isSynchronous = false;
2 references to isSynchronous
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
3065this.Complete(this.isSynchronous, completeException); 3121this.Complete(this.isSynchronous, completeException);