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