2 writes to Value
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
5657
Value
= other.Value;
5710
Value
= input.ReadDouble();
9 references to Value
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
5571
if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(
Value
, other.
Value
)) return false;
5580
if (
Value
!= 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(
Value
);
5621
if (
Value
!= 0D) {
5623
output.WriteDouble(
Value
);
5638
if (
Value
!= 0D) {
5656
if (other.
Value
!= 0D) {
5657
Value = other.
Value
;