2 writes to completedSynchronously
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\IteratorAsyncResult.cs (2)
59this.completedSynchronously = true; 204this.completedSynchronously = false;
1 reference to completedSynchronously
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\IteratorAsyncResult.cs (1)
80base.Complete(this.completedSynchronously, error);