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