3 writes to Count
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
5451Count = other.Count; 5535Count = input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
690dataPoint.Count = json.Count.Value;
9 references to Count
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
5314if (Count != other.Count) return false; 5328if (Count != 0UL) hash ^= Count.GetHashCode(); 5390if (Count != 0UL) { 5392output.WriteFixed64(Count); 5421if (Count != 0UL) { 5450if (other.Count != 0UL) { 5451Count = other.Count;