5 references to TryGetTypeInfoForRuntimeCustomConverter
aspire (5)
AppHostListInfoSerializerContext.AppHostListInfo.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Mcp.AppHostListInfo>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Mcp.AppHostListInfo> jsonTypeInfo))
AppHostListInfoSerializerContext.Int32.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<int>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int> jsonTypeInfo))
AppHostListInfoSerializerContext.ListAppHostListInfo.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.List<global::Aspire.Cli.Mcp.AppHostListInfo>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Mcp.AppHostListInfo>> jsonTypeInfo))
AppHostListInfoSerializerContext.NullableInt32.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<int?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int?> jsonTypeInfo))
AppHostListInfoSerializerContext.String.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))