2 writes to _completedSynchronously
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (2)
24
_completedSynchronously
= true;
79
_completedSynchronously
= false;
2 references to _completedSynchronously
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (2)
86
Complete(
_completedSynchronously
, _exception);
90
Complete(
_completedSynchronously
);