1 instantiation of ResendConfirmationEmailRequest
Microsoft.AspNetCore.Identity (1)
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.ResendConfirmationEmailRequest.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
(){ Email = (string)args[0] },
31 references to ResendConfirmationEmailRequest
Microsoft.AspNetCore.Identity (31)
Data\IdentityEndpointsJsonSerializerContext.cs (1)
13
[JsonSerializable(typeof(
ResendConfirmationEmailRequest
))]
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
82
if (type == typeof(global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
))
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.ResendConfirmationEmailRequest.g.cs (17)
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),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
)obj).Email,
61
Setter = static (obj, value) => __set_ResendConfirmationEmailRequest_Email((global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
)obj, value!),
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
).GetProperty("Email", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
81
private void ResendConfirmationEmailRequestSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
? value)
91
writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
)value).Email);
109
private static extern void __set_ResendConfirmationEmailRequest_Email(global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
obj, string value);
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\GeneratedRouteBuilderExtensions.g.cs (11)
943
options.EndpointBuilder.Metadata.Add(new AcceptsMetadata(type: typeof(global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
), isOptional: false, contentTypes: GeneratedMetadataConstants.JsonContentType));
957
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!);
965
var resendRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
>)jsonSerializerOptions.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
));
975
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)!);
987
var resendRequest_resolveBodyResult = await GeneratedRouteBuilderExtensionsCore.TryResolveBodyAsync<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
>(httpContext, logOrThrowExceptionHelper, false, "ResendConfirmationEmailRequest", "resendRequest", resendRequest_JsonTypeInfo);
988
var
resendRequest_local = resendRequest_resolveBodyResult.Item2;
1015
var resendRequest_resolveBodyResult = await GeneratedRouteBuilderExtensionsCore.TryResolveBodyAsync<global::Microsoft.AspNetCore.Identity.Data.
ResendConfirmationEmailRequest
>(httpContext, logOrThrowExceptionHelper, false, "ResendConfirmationEmailRequest", "resendRequest", resendRequest_JsonTypeInfo);
1016
var
resendRequest_local = resendRequest_resolveBodyResult.Item2;
1029
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));
1040
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)
248
([FromBody]
ResendConfirmationEmailRequest
resendRequest, HttpContext context, [FromServices] IServiceProvider sp) =>