7 references to TryGetTypeInfoForRuntimeCustomConverter
Aspire.Hosting.Testing (7)
LaunchSettingsSerializerContext.Boolean.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<bool>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool> jsonTypeInfo))
LaunchSettingsSerializerContext.DictionaryStringLaunchProfile.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.Dictionary<string, global::Aspire.Hosting.LaunchProfile>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Aspire.Hosting.LaunchProfile>> jsonTypeInfo))
LaunchSettingsSerializerContext.DictionaryStringString.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.Dictionary<string, string>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, string>> jsonTypeInfo))
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Hosting.LaunchProfile>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Hosting.LaunchProfile> jsonTypeInfo))
LaunchSettingsSerializerContext.LaunchSettings.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Hosting.LaunchSettings>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Hosting.LaunchSettings> jsonTypeInfo))
LaunchSettingsSerializerContext.NullableBoolean.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<bool?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool?> jsonTypeInfo))
LaunchSettingsSerializerContext.String.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))