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