3 references to TryGetTypeInfoForRuntimeCustomConverter
Microsoft.AspNetCore.Components.WebAssembly (3)
PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<byte[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<byte[]> jsonTypeInfo))
PrerenderComponentApplicationStoreSerializerContext.DictionaryStringByteArray.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::System.Collections.Generic.Dictionary<string, byte[]>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, byte[]>> jsonTypeInfo))
PrerenderComponentApplicationStoreSerializerContext.String.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))