2 references to ExpandConverter
Microsoft.AspNetCore.Components.WebAssembly (2)
WebAssemblyJsonSerializerContext.g.cs (1)
66return ExpandConverter(type, converter, options, validateCanConvert: false);
WebAssemblyJsonSerializerContext.RootComponentOperationType.g.cs (1)
29global::System.Text.Json.Serialization.JsonConverter converter = ExpandConverter(typeof(global::Microsoft.AspNetCore.Components.RootComponentOperationType), new global::System.Text.Json.Serialization.JsonStringEnumConverter<global::Microsoft.AspNetCore.Components.RootComponentOperationType>(), options);