2 writes to _completedSynchronously
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (2)
23
_completedSynchronously
= true;
70
_completedSynchronously
= false;
2 references to _completedSynchronously
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (2)
74
Complete(
_completedSynchronously
, _exception);
76
Complete(
_completedSynchronously
);