2 writes to completedSynchronously
System.ServiceModel (2)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (2)
290
completedSynchronously
= true;
349
this.
completedSynchronously
= false;
2 references to completedSynchronously
System.ServiceModel (2)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (2)
353
Complete(this.
completedSynchronously
, this.exception);
355
Complete(this.
completedSynchronously
);