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