4 writes to isSynchronous
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
2334this.isSynchronous = onUserThread; 2421waiter.isSynchronous = false; 2462waiter.isSynchronous = false; 2471waiter.isSynchronous = false;
2 references to isSynchronous
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
2455this.Complete(this.isSynchronous, null); 2494waiter.Complete(waiter.isSynchronous, completeException);