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