1 instantiation of ResendConfirmationEmailRequest
Microsoft.AspNetCore.Identity (1)
IdentityEndpointsJsonSerializerContext.ResendConfirmationEmailRequest.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
(){ Email = (string)args[0] },
29 references to ResendConfirmationEmailRequest
Microsoft.AspNetCore.Identity (29)
Data\IdentityEndpointsJsonSerializerContext.cs (1)
13
[JsonSerializable(typeof(
ResendConfirmationEmailRequest
))]
GeneratedRouteBuilderExtensions.g.cs (11)
640
options.EndpointBuilder.Metadata.Add(new AcceptsMetadata(type: typeof(global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
), isOptional: false, contentTypes: GeneratedMetadataConstants.JsonContentType));
654
var handler = Cast(del, global::System.Threading.Tasks.Task<global::Microsoft.AspNetCore.Http.HttpResults.Ok> (global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
arg0, global::Microsoft.AspNetCore.Http.HttpContext arg1, global::System.IServiceProvider arg2) => throw null!);
662
var resendRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
>)jsonSerializerOptions.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
));
672
var task = handler(ic.GetArgument<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
>(0)!, ic.GetArgument<global::Microsoft.AspNetCore.Http.HttpContext>(1)!, ic.GetArgument<global::System.IServiceProvider>(2)!);
684
var resendRequest_resolveBodyResult = await GeneratedRouteBuilderExtensionsCore.TryResolveBodyAsync<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
>(httpContext, logOrThrowExceptionHelper, false, "ResendConfirmationEmailRequest", "resendRequest", resendRequest_JsonTypeInfo);
685
var
resendRequest_local = resendRequest_resolveBodyResult.Item2;
712
var resendRequest_resolveBodyResult = await GeneratedRouteBuilderExtensionsCore.TryResolveBodyAsync<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
>(httpContext, logOrThrowExceptionHelper, false, "ResendConfirmationEmailRequest", "resendRequest", resendRequest_JsonTypeInfo);
713
var
resendRequest_local = resendRequest_resolveBodyResult.Item2;
726
var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
, global::Microsoft.AspNetCore.Http.HttpContext, global::System.IServiceProvider>(httpContext, resendRequest_local!, context_local, sp_local));
737
var castHandler = Cast(handler, global::System.Threading.Tasks.Task<global::Microsoft.AspNetCore.Http.HttpResults.Ok> (global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
arg0, global::Microsoft.AspNetCore.Http.HttpContext arg1, global::System.IServiceProvider arg2) => throw null!);
IdentityApiEndpointRouteBuilderExtensions.cs (1)
194
([FromBody]
ResendConfirmationEmailRequest
resendRequest, HttpContext context, [FromServices] IServiceProvider sp) =>
IdentityEndpointsJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
54
if (type == typeof(global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
))
IdentityEndpointsJsonSerializerContext.ResendConfirmationEmailRequest.g.cs (15)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
>? _ResendConfirmationEmailRequest;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
> ResendConfirmationEmailRequest
22
get => _ResendConfirmationEmailRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
> Create_ResendConfirmationEmailRequest(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
),
58
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
)obj).Email,
66
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
).GetProperty("Email", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
79
private void ResendConfirmationEmailRequestSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
? value)
89
writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
)value).Email);