1 instantiation of IdentityEndpointsJsonSerializerContext
Microsoft.AspNetCore.Identity (1)
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.g.cs (1)
24public static global::Microsoft.AspNetCore.Identity.Data.IdentityEndpointsJsonSerializerContext Default { get; } = new global::Microsoft.AspNetCore.Identity.Data.IdentityEndpointsJsonSerializerContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
3 references to IdentityEndpointsJsonSerializerContext
Microsoft.AspNetCore.Identity (3)
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.g.cs (1)
24public static global::Microsoft.AspNetCore.Identity.Data.IdentityEndpointsJsonSerializerContext Default { get; } = new global::Microsoft.AspNetCore.Identity.Data.IdentityEndpointsJsonSerializerContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
IdentityEndpointsJsonOptionsSetup.cs (1)
15options.SerializerOptions.TypeInfoResolverChain.Insert(0, IdentityEndpointsJsonSerializerContext.Default);
PasskeyEndpointsEndpointRouteBuilderExtensions.cs (1)
143IdentityEndpointsJsonSerializerContext.Default.PasskeyEndpointsResponse,