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