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