1 write to Negative
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
219Setter = 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)
632if (json.Negative is not null) 634dataPoint.Negative = ToProtobuf(json.Negative);
OtlpJsonSerializerContext.OtlpExponentialHistogramDataPointJson.g.cs (1)
218Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson)obj).Negative,