2 writes to _tcs
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
48_tcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously); 63_tcs = null;
6 references to _tcs
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (6)
51if (_tcs != null) 55if (!await _tcs.Task.AwaitWithTimeout(timeout)) 62_tcs.TrySetResult(null); 97if (_tcs != null) 99Fx.AssertAndThrow(!_tcs.Task.IsCompleted, "TCS should not have already been completed"); 100_tcs.TrySetResult(null);