1 write to Count
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpHistogramDataPointJson.g.cs (1)
119
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpHistogramDataPointJson)obj).
Count
= value!,
3 references to Count
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
556
if (json.
Count
.HasValue)
558
dataPoint.Count = json.
Count
.Value;
OtlpJsonSerializerContext.OtlpHistogramDataPointJson.g.cs (1)
118
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpHistogramDataPointJson)obj).
Count
,