3 writes to Count
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4658Count = other.Count; 4807Count = input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
617dataPoint.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)
4430if (Count != other.Count) return false; 4451if (Count != 0UL) hash ^= Count.GetHashCode(); 4549if (Count != 0UL) { 4551output.WriteFixed64(Count); 4607if (Count != 0UL) { 4657if (other.Count != 0UL) { 4658Count = other.Count;