2 writes to Key
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
3508Key = other.Key; 3575Key = input.ReadString();
11 references to Key
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
3396if (Key != other.Key) return false; 3407if (Key.Length != 0) hash ^= Key.GetHashCode(); 3458if (Key.Length != 0) { 3460output.WriteString(Key); 3483if (Key.Length != 0) { 3484size += 1 + pb::CodedOutputStream.ComputeStringSize(Key); 3507if (other.Key.Length != 0) { 3508Key = other.Key;
ResourceService\Partials.cs (1)
52return new HealthReportViewModel(healthReport.Key, healthReport.HasStatus ? MapHealthStatus(healthReport.Status) : null, healthReport.Description, healthReport.Exception);