1 write to Negative
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
219
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).
Negative
= value!,
3 references to Negative
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
632
if (json.
Negative
is not null)
634
dataPoint.Negative = ToProtobuf(json.
Negative
);
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
218
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).
Negative
,