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