1 write to Age
Aspire.Confluent.Kafka (1)
StatisticsJsonSerializerContext.Statistics.g.cs (1)
151
Setter = static (obj, value) => ((global::Aspire.Confluent.Kafka.Statistics)obj).
Age
= value!,
2 references to Age
Aspire.Confluent.Kafka (2)
StatisticsJsonSerializerContext.Statistics.g.cs (2)
150
Getter = static obj => ((global::Aspire.Confluent.Kafka.Statistics)obj).
Age
,
467
writer.WriteNumber(PropName_age, ((global::Aspire.Confluent.Kafka.Statistics)value).
Age
);