6 writes to Description
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
1475
Description
= other.Description;
1613
Description
= input.ReadString();
Aspire.Dashboard.Components.Tests (2)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (2)
64
Description
= "Test metric description",
89
Description
= "Test metric description",
Aspire.Dashboard.Tests (2)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (2)
64
Description
= "Test metric description",
89
Description
= "Test metric description",
11 references to Description
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
1309
if (
Description
!= other.
Description
) return false;
1325
if (
Description
.Length != 0) hash ^=
Description
.GetHashCode();
1397
if (
Description
.Length != 0) {
1399
output.WriteString(
Description
);
1438
if (
Description
.Length != 0) {
1439
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Description
);
1474
if (other.
Description
.Length != 0) {
1475
Description = other.
Description
;
Otlp\Model\OtlpApplication.cs (1)
63
Description = metric.
Description
,