3 writes to Value
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
5755
Value
= other.Value;
5808
Value
= input.ReadDouble();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
708
valueAtQuantile.
Value
= json.Value;
9 references to Value
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
5669
if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(
Value
, other.
Value
)) return false;
5678
if (
Value
!= 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(
Value
);
5719
if (
Value
!= 0D) {
5721
output.WriteDouble(
Value
);
5736
if (
Value
!= 0D) {
5754
if (other.
Value
!= 0D) {
5755
Value = other.
Value
;