5 references to TryGetTypeInfoForRuntimeCustomConverter
dotnet (5)
_generated\84\InstallStateJsonSerializerContext.Boolean.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<bool>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool> jsonTypeInfo))
_generated\85\InstallStateJsonSerializerContext.NullableBoolean.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<bool?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool?> jsonTypeInfo))
_generated\86\InstallStateJsonSerializerContext.InstallStateContents.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::Microsoft.DotNet.Cli.Commands.Workload.InstallStateContents>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Workload.InstallStateContents> jsonTypeInfo))
_generated\87\InstallStateJsonSerializerContext.DictionaryStringString.g.cs (1)
27
if (!
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))
_generated\88\InstallStateJsonSerializerContext.String.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))