2 references to TryGetTypeInfoForRuntimeCustomConverter
Microsoft.AspNetCore.Mvc.Testing (2)
CustomJsonSerializerContext.IDictionaryStringString.g.cs (1)
29
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))
CustomJsonSerializerContext.String.g.cs (1)
29
if (!
TryGetTypeInfoForRuntimeCustomConverter
<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))