2 writes to _completedSynchronously
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
22
_completedSynchronously
= true;
95
_completedSynchronously
= false;
2 references to _completedSynchronously
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
99
Complete(
_completedSynchronously
, _exception);
101
Complete(
_completedSynchronously
);