1 write to SimpleCount
Aspire.Confluent.Kafka (1)
StatisticsJsonSerializerContext.Statistics.g.cs (1)
439
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)
438
Getter = static obj => ((global::Aspire.Confluent.Kafka.Statistics)obj).
SimpleCount
,
505
writer.WriteNumber(PropName_simple_cnt, ((global::Aspire.Confluent.Kafka.Statistics)value).
SimpleCount
);