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