3 references to TryGetTypeInfoForRuntimeCustomConverter
Microsoft.AspNetCore.Components.Server (3)
_generated\11\PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<byte[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<byte[]> jsonTypeInfo))
_generated\12\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))
_generated\13\PrerenderComponentApplicationStoreSerializerContext.String.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))