6 writes to Name
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
1472
Name
= other.Name;
1609
Name
= input.ReadString();
Aspire.Dashboard.Components.Tests (2)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (2)
63
Name
= metricName,
88
Name
= metricName,
Aspire.Dashboard.Tests (2)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (2)
63
Name
= metricName,
88
Name
= metricName,
12 references to Name
Aspire.Dashboard (12)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
1308
if (
Name
!= other.
Name
) return false;
1324
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
1393
if (
Name
.Length != 0) {
1395
output.WriteString(
Name
);
1435
if (
Name
.Length != 0) {
1436
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
1471
if (other.
Name
.Length != 0) {
1472
Name = other.
Name
;
Otlp\Model\OtlpApplication.cs (2)
55
var instrumentKey = new OtlpInstrumentKey(sm.Scope.Name, metric.
Name
);
62
Name = metric.
Name
,