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)
41
public Task WaitForReadyAsync() =>
_startTcs
.Task;
44
public bool IsReady =>
_startTcs
.Task.IsCompletedSuccessfully;
61
_startTcs
.TrySetResult();