2 writes to completedSynchronously
System.ServiceModel (2)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (2)
23
completedSynchronously
= true;
70
this.
completedSynchronously
= false;
2 references to completedSynchronously
System.ServiceModel (2)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (2)
74
Complete(this.
completedSynchronously
, this.exception);
76
Complete(this.
completedSynchronously
);