2 references to DoubleValue
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
811
else if (json.
DoubleValue
.HasValue)
813
anyValue.DoubleValue = json.
DoubleValue
.Value;