2 writes to completedSynchronously
System.ServiceModel (2)
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
22completedSynchronously = true; 95this.completedSynchronously = false;
2 references to completedSynchronously
System.ServiceModel (2)
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
99Complete(this.completedSynchronously, this.exception); 101Complete(this.completedSynchronously);