3 writes to AsDouble
Stress.TelemetryService (3)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (3)
2847AsDouble = other.AsDouble; 3183AsDouble = other.AsDouble; 3265AsDouble = input.ReadDouble();
6 references to AsDouble
Stress.TelemetryService (6)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (6)
2847AsDouble = other.AsDouble; 3039if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(AsDouble, other.AsDouble)) return false; 3054if (HasAsDouble) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(AsDouble); 3119output.WriteDouble(AsDouble); 3183AsDouble = other.AsDouble;