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