1 write to Values
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpArrayValueJson.g.cs (1)
59
Setter = static (obj, value) => ((global::Aspire.Otlp.Serialization.OtlpArrayValueJson)obj).
Values
= value!,
4 references to Values
Aspire.Dashboard (4)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
833
if (json.
Values
is not null)
835
foreach (var v in json.
Values
)
OtlpJsonSerializerContext.OtlpArrayValueJson.g.cs (2)
58
Getter = static obj => ((global::Aspire.Otlp.Serialization.OtlpArrayValueJson)obj).
Values
,
86
global::Aspire.Otlp.Serialization.OtlpAnyValueJson[] __value_Values = ((global::Aspire.Otlp.Serialization.OtlpArrayValueJson)value).
Values
;