1 write to Key
aspire (1)
OtlpCliJsonSerializerContext.OtlpKeyValueJson.g.cs (1)
59
Setter = static (obj, value) => ((global::Aspire.Otlp.Serialization.OtlpKeyValueJson)obj).
Key
= value!,
3 references to Key
aspire (3)
OtlpCliJsonSerializerContext.OtlpKeyValueJson.g.cs (2)
58
Getter = static obj => ((global::Aspire.Otlp.Serialization.OtlpKeyValueJson)obj).
Key
,
106
string __value_Key = ((global::Aspire.Otlp.Serialization.OtlpKeyValueJson)value).
Key
;
src\Shared\Otlp\Serialization\OtlpResourceJson.cs (1)
44
if (attr.
Key
== "service.name" && attr.Value?.StringValue is not null)