1 write to scopeMetrics_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
483
scopeMetrics_
= other.scopeMetrics_.Clone();
10 references to scopeMetrics_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
483
scopeMetrics_ = other.
scopeMetrics_
.Clone();
521
get { return
scopeMetrics_
; }
556
if(!
scopeMetrics_
.Equals(other.
scopeMetrics_
)) return false;
566
hash ^=
scopeMetrics_
.GetHashCode();
609
scopeMetrics_
.WriteTo(ref output, _repeated_scopeMetrics_codec);
627
size +=
scopeMetrics_
.CalculateSize(_repeated_scopeMetrics_codec);
649
scopeMetrics_
.Add(other.
scopeMetrics_
);
714
scopeMetrics_
.AddEntriesFrom(ref input, _repeated_scopeMetrics_codec);