3 writes to State
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
4771
State
= other.State;
4936
State
= input.ReadString();
Dashboard\proto\Partials.cs (1)
19
State
= snapshot.State ?? "",
6 references to State
Aspire.Hosting (6)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (6)
4540
if (
State
!= other.
State
) return false;
4564
if (HasState) hash ^=
State
.GetHashCode();
4670
output.WriteString(
State
);
4722
size += 1 + pb::CodedOutputStream.ComputeStringSize(
State
);
4771
State = other.
State
;