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