2 references to IsStopping
Aspire.Hosting (2)
ApplicationModel\CommandsConfigurationExtensions.cs (2)
65if (IsStopping(state)) 99if (IsStarting(state) || IsStopping(state) || IsStopped(state) || IsWaiting(state) || IsRuntimeUnhealthy(state) || HasNoState(state))