3 writes to ExponentialHistogram
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (3)
1147
ExponentialHistogram
= other.ExponentialHistogram.Clone();
1501
ExponentialHistogram
= new global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogram();
1653
ExponentialHistogram
= subBuilder;
10 references to ExponentialHistogram
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
1147
ExponentialHistogram = other.
ExponentialHistogram
.Clone();
1314
if (!object.Equals(
ExponentialHistogram
, other.
ExponentialHistogram
)) return false;
1330
if (dataCase_ == DataOneofCase.ExponentialHistogram) hash ^=
ExponentialHistogram
.GetHashCode();
1419
output.WriteMessage(
ExponentialHistogram
);
1454
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
ExponentialHistogram
);
1500
if (
ExponentialHistogram
== null) {
1503
ExponentialHistogram
.MergeFrom(other.
ExponentialHistogram
);
1650
subBuilder.MergeFrom(
ExponentialHistogram
);