3 references to ExpandConverter
Microsoft.AspNetCore.Components.WebAssembly.Authentication (3)
_generated\1\InteractiveRequestOptionsSerializerContext.InteractionType.g.cs (1)
29
global::System.Text.Json.Serialization.JsonConverter converter =
ExpandConverter
(typeof(global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractionType), new global::System.Text.Json.Serialization.JsonStringEnumConverter<global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractionType>(), options);
_generated\2\InteractiveRequestOptionsSerializerContext.InteractiveRequestOptions.g.cs (1)
29
global::System.Text.Json.Serialization.JsonConverter converter =
ExpandConverter
(typeof(global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions), new global::Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions.Converter(), options);
_generated\9\InteractiveRequestOptionsSerializerContext.g.cs (1)
65
return
ExpandConverter
(type, converter, options, validateCanConvert: false);