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