1 write to Type
Aspire.Confluent.Kafka (1)
StatisticsJsonSerializerContext.Statistics.g.cs (1)
94
Setter = static (obj, value) => ((global::Aspire.Confluent.Kafka.Statistics)obj).
Type
= value!,
3 references to Type
Aspire.Confluent.Kafka (3)
MetricsService.cs (1)
50
tags.Add(new KeyValuePair<string, object?> (Tags.Type, statistics.
Type
));
StatisticsJsonSerializerContext.Statistics.g.cs (2)
93
Getter = static obj => ((global::Aspire.Confluent.Kafka.Statistics)obj).
Type
,
464
writer.WriteString(PropName_type, ((global::Aspire.Confluent.Kafka.Statistics)value).
Type
);