6 references to TryGetTypeInfoForRuntimeCustomConverter
Microsoft.AspNetCore.Mvc.Core.Test (6)
TestJsonContext.IAsyncEnumerableJsonPerson.g.cs (1)
29
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPerson>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPerson>> jsonTypeInfo))
TestJsonContext.Int32.g.cs (1)
29
if (!
TryGetTypeInfoForRuntimeCustomConverter
<int>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int> jsonTypeInfo))
TestJsonContext.JsonPerson.g.cs (1)
29
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPerson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPerson> jsonTypeInfo))
TestJsonContext.JsonPersonExtended.g.cs (1)
29
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPersonExtended>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPersonExtended> jsonTypeInfo))
TestJsonContext.Person.g.cs (1)
29
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person> jsonTypeInfo))
TestJsonContext.String.g.cs (1)
29
if (!
TryGetTypeInfoForRuntimeCustomConverter
<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))