3 writes to Max
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3906
Max
= other.Max;
4035
Max
= input.ReadDouble();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
592
dataPoint.
Max
= json.Max.Value;
5 references to Max
Aspire.Dashboard (5)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (5)
3725
if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(
Max
, other.
Max
)) return false;
3743
if (HasMax) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(
Max
);
3834
output.WriteDouble(
Max
);
3906
Max = other.
Max
;