1 write to dataPoints_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
1783dataPoints_ = other.dataPoints_.Clone();
10 references to dataPoints_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
1783dataPoints_ = other.dataPoints_.Clone(); 1805get { return dataPoints_; } 1823if(!dataPoints_.Equals(other.dataPoints_)) return false; 1831hash ^= dataPoints_.GetHashCode(); 1861dataPoints_.WriteTo(ref output, _repeated_dataPoints_codec); 1872size += dataPoints_.CalculateSize(_repeated_dataPoints_codec); 1885dataPoints_.Add(other.dataPoints_); 1929dataPoints_.AddEntriesFrom(ref input, _repeated_dataPoints_codec);