1 write to AsInt
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
139Setter = 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)
523else if (json.AsInt.HasValue) 525dataPoint.AsInt = json.AsInt.Value;
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
138Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpNumberDataPointJson)obj).AsInt,