5 references to Started
aspire (5)
Processes\IsolatedProcess.cs (5)
230
LifecycleState.
Started
=> _startedProcess
273
case LifecycleState.
Started
:
277
if (Interlocked.CompareExchange(ref _lifecycleState, (int)LifecycleState.Disposed, (int)LifecycleState.
Started
) == (int)LifecycleState.
Started
)
339
Volatile.Write(ref _lifecycleState, (int)LifecycleState.
Started
);