3 references to TryGetTypeInfoForRuntimeCustomConverter
Aspire.Confluent.Kafka (3)
StatisticsJsonSerializerContext.Int64.g.cs (1)
25if (!TryGetTypeInfoForRuntimeCustomConverter<long>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<long> jsonTypeInfo))
StatisticsJsonSerializerContext.Statistics.g.cs (1)
25if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Confluent.Kafka.Statistics>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Confluent.Kafka.Statistics> jsonTypeInfo))
StatisticsJsonSerializerContext.String.g.cs (1)
25if (!TryGetTypeInfoForRuntimeCustomConverter<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))