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