1 write to BytesValue
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpAnyValueJson.g.cs (1)
179
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpAnyValueJson)obj).
BytesValue
= value!,
3 references to BytesValue
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
822
else if (json.
BytesValue
is not null)
824
anyValue.BytesValue = ByteString.FromBase64(json.
BytesValue
);
OtlpJsonSerializerContext.OtlpAnyValueJson.g.cs (1)
178
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpAnyValueJson)obj).
BytesValue
,