3 writes to Max
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4689
Max
= other.Max;
4849
Max
= input.ReadDouble();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
650
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)
4439
if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(
Max
, other.
Max
)) return false;
4460
if (HasMax) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(
Max
);
4584
output.WriteDouble(
Max
);
4689
Max = other.
Max
;