1 write to _started
Aspire.Cli.Tests (1)
TestServices\TestProcessExecutionFactory.cs (1)
224
_started
= true;
3 references to _started
Aspire.Cli.Tests (3)
TestServices\TestProcessExecutionFactory.cs (3)
171
public bool Started =>
_started
;
177
if (ThrowOnHasExitedBeforeStart && !
_started
)
230
if (!
_started
)