1 write to _startTcs
InteropTests (1)
Helpers\ClientProcess.cs (1)
40_startTcs = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);
3 references to _startTcs
InteropTests (3)
Helpers\ClientProcess.cs (3)
43public Task WaitForReadyAsync() => _startTcs.Task; 46public bool IsReady => _startTcs.Task.IsCompletedSuccessfully; 63_startTcs.TrySetResult();