1 write to dataPoints_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
2649
dataPoints_
= other.dataPoints_.Clone();
10 references to dataPoints_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
2649
dataPoints_ = other.
dataPoints_
.Clone();
2667
get { return
dataPoints_
; }
2685
if(!
dataPoints_
.Equals(other.
dataPoints_
)) return false;
2693
hash ^=
dataPoints_
.GetHashCode();
2723
dataPoints_
.WriteTo(ref output, _repeated_dataPoints_codec);
2734
size +=
dataPoints_
.CalculateSize(_repeated_dataPoints_codec);
2747
dataPoints_
.Add(other.
dataPoints_
);
2791
dataPoints_
.AddEntriesFrom(ref input, _repeated_dataPoints_codec);