6 references to HasState
Aspire.Dashboard (6)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (4)
4564if (HasState) hash ^= State.GetHashCode(); 4668if (HasState) { 4721if (HasState) { 4770if (other.HasState) {
ResourceService\Partials.cs (2)
37State = HasState ? State : null, 38KnownState = HasState ? Enum.TryParse(State, out KnownResourceState knownState) ? knownState : null : null,