1 write to _tcs
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
1735_tcs = new TaskCompletionSource<object>();
9 references to _tcs
System.ServiceModel.Primitives (9)
System\ServiceModel\Channels\ReliableChannelBinder.cs (9)
1745_tcs.TrySetResult(null); 1749_tcs.TrySetException(DiagnosticUtility.ExceptionUtility.ThrowHelperError(exception)); 1757_tcs.TrySetException(DiagnosticUtility.ExceptionUtility.ThrowHelperError(exception)); 1768_tcs.TrySetResult(null); 1774_tcs.TrySetResult(null); 1842if (_tcs.Task.IsFaulted) 1849await _tcs.Task; 1857if (!await _tcs.Task.AwaitWithTimeout(_timeoutHelper.RemainingTime())) 1865await _tcs.Task;