2 writes to _completedSynchronously
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
23
_completedSynchronously
= true;
95
_completedSynchronously
= false;
2 references to _completedSynchronously
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
102
Complete(
_completedSynchronously
, _exception);
106
Complete(
_completedSynchronously
);