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