3 writes to _closedTcs
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (3)
96
_closedTcs
= null;
142
_closedTcs
= new TaskCompletionSource<object>();
203
_closedTcs
= null;
6 references to _closedTcs
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (6)
93
if (
_closedTcs
!= null)
95
_closedTcs
.TrySetResult(null);
117
if (!await
_closedTcs
.Task.AwaitWithTimeout(timeout))
140
if (createTcsIfNecessary &&
_closedTcs
== null)
200
if (!_closed &&
_closedTcs
!= null)
202
_closedTcs
.TrySetResult(null);