1 write to AsInt
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
139
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpNumberDataPointJson)obj).
AsInt
= value!,
3 references to AsInt
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
523
else if (json.
AsInt
.HasValue)
525
dataPoint.AsInt = json.
AsInt
.Value;
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
138
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpNumberDataPointJson)obj).
AsInt
,