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