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