1 write to SimpleCount
Aspire.Confluent.Kafka (1)
StatisticsJsonSerializerContext.Statistics.g.cs (1)
417
Setter = static (obj, value) => ((global::Aspire.Confluent.Kafka.Statistics)obj).
SimpleCount
= value!,
2 references to SimpleCount
Aspire.Confluent.Kafka (2)
StatisticsJsonSerializerContext.Statistics.g.cs (2)
416
Getter = static obj => ((global::Aspire.Confluent.Kafka.Statistics)obj).
SimpleCount
,
481
writer.WriteNumber(PropName_simple_cnt, ((global::Aspire.Confluent.Kafka.Statistics)value).
SimpleCount
);