1 write to _tcs
System.ServiceModel.Primitives (1)
Internals\System\Runtime\InputQueue.cs (1)
1221_tcs = new TaskCompletionSource<bool>();
3 references to _tcs
System.ServiceModel.Primitives (3)
Internals\System\Runtime\InputQueue.cs (3)
1228_tcs.TrySetResult(itemAvailable); 1234if (!await _tcs.Task.AwaitWithTimeout(timeout)) 1239return await _tcs.Task;