6 writes to Unit
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
1478
Unit
= other.Unit;
1617
Unit
= input.ReadString();
Aspire.Dashboard.Components.Tests (2)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (2)
65
Unit
= "widget",
90
Unit
= "widget",
Aspire.Dashboard.Tests (2)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (2)
65
Unit
= "widget",
90
Unit
= "widget",
11 references to Unit
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
1310
if (
Unit
!= other.
Unit
) return false;
1326
if (
Unit
.Length != 0) hash ^=
Unit
.GetHashCode();
1401
if (
Unit
.Length != 0) {
1403
output.WriteString(
Unit
);
1441
if (
Unit
.Length != 0) {
1442
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Unit
);
1477
if (other.
Unit
.Length != 0) {
1478
Unit = other.
Unit
;
Otlp\Model\OtlpApplication.cs (1)
64
Unit = metric.
Unit
,