10 references to TryGetTypeInfoForRuntimeCustomConverter
Microsoft.AspNetCore.Http.Extensions (10)
ProblemDetailsJsonContext.HttpValidationProblemDetails.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::Microsoft.AspNetCore.Http.HttpValidationProblemDetails>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Http.HttpValidationProblemDetails> jsonTypeInfo))
ProblemDetailsJsonContext.IDictionaryStringObject.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::System.Collections.Generic.IDictionary<string, object>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, object>> jsonTypeInfo))
ProblemDetailsJsonContext.IDictionaryStringStringArray.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::System.Collections.Generic.IDictionary<string, string[]>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, string[]>> jsonTypeInfo))
ProblemDetailsJsonContext.Int32.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<int>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int> jsonTypeInfo))
ProblemDetailsJsonContext.JsonElement.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::System.Text.Json.JsonElement>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Text.Json.JsonElement> jsonTypeInfo))
ProblemDetailsJsonContext.NullableInt32.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<int?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int?> jsonTypeInfo))
ProblemDetailsJsonContext.Object.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<object>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object> jsonTypeInfo))
ProblemDetailsJsonContext.ProblemDetails.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::Microsoft.AspNetCore.Mvc.ProblemDetails>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.ProblemDetails> jsonTypeInfo))
ProblemDetailsJsonContext.String.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))
ProblemDetailsJsonContext.StringArray.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<string[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string[]> jsonTypeInfo))