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)
93if (_closedTcs != null) 95_closedTcs.TrySetResult(null); 117if (!await _closedTcs.Task.AwaitWithTimeout(timeout)) 140if (createTcsIfNecessary && _closedTcs == null) 200if (!_closed && _closedTcs != null) 202_closedTcs.TrySetResult(null);