5 references to _tcs
System.ServiceModel.Primitives (5)
Internals\System\Runtime\InputQueue.cs (5)
1158_tcs.TrySetException(item.Exception); 1162_tcs.TrySetResult(item.Value); 1168if (!await _tcs.Task.AwaitWithTimeout(timeout)) 1176await _tcs.Task; 1180return (true, await _tcs.Task);