3 writes to _tcs
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
360_tcs = new TaskCompletionSource<object>(); 391_tcs = new TaskCompletionSource<object>(); 419_tcs = null;
7 references to _tcs
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (7)
343if (_tcs != null) 345_tcs.TrySetResult(null); 358if (_tcs != null && _tcs.Task.IsCompleted) 389if (_tcs == null) 399if (!await _tcs.Task.AwaitWithTimeout(timeout)) 417if (_syncWaiters == 0 && _tcs.Task.IsCompleted)