2 references to ArrayValue
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
815
else if (json.
ArrayValue
is not null)
817
anyValue.ArrayValue = ToProtobuf(json.
ArrayValue
);