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)
171public bool Started => _started; 177if (ThrowOnHasExitedBeforeStart && !_started) 230if (!_started)