5 references to TryGetTypeInfoForRuntimeCustomConverter
Microsoft.NET.Build.Tasks (5)
_generated\16\InstallStateJsonSerializerContext.Boolean.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<bool>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool> jsonTypeInfo))
_generated\17\InstallStateJsonSerializerContext.NullableBoolean.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<bool?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool?> jsonTypeInfo))
_generated\18\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\19\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\20\InstallStateJsonSerializerContext.String.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))