1 write to scopeMetrics_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
503
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)
503
scopeMetrics_ = other.
scopeMetrics_
.Clone();
541
get { return
scopeMetrics_
; }
580
if(!
scopeMetrics_
.Equals(other.
scopeMetrics_
)) return false;
590
hash ^=
scopeMetrics_
.GetHashCode();
633
scopeMetrics_
.WriteTo(ref output, _repeated_scopeMetrics_codec);
651
size +=
scopeMetrics_
.CalculateSize(_repeated_scopeMetrics_codec);
673
scopeMetrics_
.Add(other.
scopeMetrics_
);
738
scopeMetrics_
.AddEntriesFrom(ref input, _repeated_scopeMetrics_codec);