5 references to TryGetTypeInfoForRuntimeCustomConverter
Microsoft.NET.Sdk.WorkloadManifestReader (5)
_generated\10\InstallStateJsonSerializerContext.String.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))
_generated\6\InstallStateJsonSerializerContext.Boolean.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<bool>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool> jsonTypeInfo))
_generated\7\InstallStateJsonSerializerContext.NullableBoolean.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<bool?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool?> jsonTypeInfo))
_generated\8\InstallStateJsonSerializerContext.InstallStateContents.g.cs (1)
27if (!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\9\InstallStateJsonSerializerContext.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))