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