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)
43
public Task WaitForReadyAsync() =>
_startTcs
.Task;
46
public bool IsReady =>
_startTcs
.Task.IsCompletedSuccessfully;
63
_startTcs
.TrySetResult();