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