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