1 write to _startTcs
InteropTests (1)
Helpers\ClientProcess.cs (1)
38_startTcs = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);
3 references to _startTcs
InteropTests (3)
Helpers\ClientProcess.cs (3)
41public Task WaitForReadyAsync() => _startTcs.Task; 44public bool IsReady => _startTcs.Task.IsCompletedSuccessfully; 61_startTcs.TrySetResult();