1 instantiation of InfoRequest
Microsoft.AspNetCore.Identity (1)
_generated\5\IdentityEndpointsJsonSerializerContext.InfoRequest.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
(),
43 references to InfoRequest
Microsoft.AspNetCore.Identity (43)
_generated\0\GeneratedRouteBuilderExtensions.g.cs (11)
1212
options.EndpointBuilder.Metadata.Add(new AcceptsMetadata(type: typeof(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
), isOptional: false, contentTypes: GeneratedMetadataConstants.JsonContentType));
1227
var handler = Cast(del, global::System.Threading.Tasks.Task<global::Microsoft.AspNetCore.Http.HttpResults.Results<global::Microsoft.AspNetCore.Http.HttpResults.Ok<global::Microsoft.AspNetCore.Identity.Data.InfoResponse>, global::Microsoft.AspNetCore.Http.HttpResults.ValidationProblem, global::Microsoft.AspNetCore.Http.HttpResults.NotFound>> (global::System.Security.Claims.ClaimsPrincipal arg0, global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
arg1, global::Microsoft.AspNetCore.Http.HttpContext arg2, global::System.IServiceProvider arg3) => throw null!);
1235
var infoRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
>)jsonSerializerOptions.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
));
1245
var task = handler(ic.GetArgument<global::System.Security.Claims.ClaimsPrincipal>(0)!, ic.GetArgument<global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
>(1)!, ic.GetArgument<global::Microsoft.AspNetCore.Http.HttpContext>(2)!, ic.GetArgument<global::System.IServiceProvider>(3)!);
1258
var infoRequest_resolveBodyResult = await GeneratedRouteBuilderExtensionsCore.TryResolveBodyAsync<global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
>(httpContext, logOrThrowExceptionHelper, false, "InfoRequest", "infoRequest", infoRequest_JsonTypeInfo);
1259
var
infoRequest_local = infoRequest_resolveBodyResult.Item2;
1287
var infoRequest_resolveBodyResult = await GeneratedRouteBuilderExtensionsCore.TryResolveBodyAsync<global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
>(httpContext, logOrThrowExceptionHelper, false, "InfoRequest", "infoRequest", infoRequest_JsonTypeInfo);
1288
var
infoRequest_local = infoRequest_resolveBodyResult.Item2;
1301
var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::System.Security.Claims.ClaimsPrincipal, global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
, global::Microsoft.AspNetCore.Http.HttpContext, global::System.IServiceProvider>(httpContext, claimsPrincipal_local, infoRequest_local!, context_local, sp_local));
1312
var castHandler = Cast(handler, global::System.Threading.Tasks.Task<global::Microsoft.AspNetCore.Http.HttpResults.Results<global::Microsoft.AspNetCore.Http.HttpResults.Ok<global::Microsoft.AspNetCore.Identity.Data.InfoResponse>, global::Microsoft.AspNetCore.Http.HttpResults.ValidationProblem, global::Microsoft.AspNetCore.Http.HttpResults.NotFound>> (global::System.Security.Claims.ClaimsPrincipal arg0, global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
arg1, global::Microsoft.AspNetCore.Http.HttpContext arg2, global::System.IServiceProvider arg3) => throw null!);
_generated\18\IdentityEndpointsJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
34
if (type == typeof(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
))
_generated\5\IdentityEndpointsJsonSerializerContext.InfoRequest.g.cs (29)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
>? _InfoRequest;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
> InfoRequest
22
get => _InfoRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
> Create_InfoRequest(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
).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.
InfoRequest
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
)obj).NewEmail,
61
Setter = static (obj, value) => __set_InfoRequest_NewEmail((global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
)obj, value!),
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
).GetProperty("NewEmail", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
),
80
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
)obj).NewPassword,
81
Setter = static (obj, value) => __set_InfoRequest_NewPassword((global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
)obj, value!),
88
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
).GetProperty("NewPassword", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
),
100
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
)obj).OldPassword,
101
Setter = static (obj, value) => __set_InfoRequest_OldPassword((global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
)obj, value!),
108
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
).GetProperty("OldPassword", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
118
private void InfoRequestSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
? value)
128
writer.WriteString(PropName_NewEmail, ((global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
)value).NewEmail);
129
writer.WriteString(PropName_NewPassword, ((global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
)value).NewPassword);
130
writer.WriteString(PropName_OldPassword, ((global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
)value).OldPassword);
136
private static extern void __set_InfoRequest_NewEmail(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
obj, string value);
138
private static extern void __set_InfoRequest_NewPassword(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
obj, string value);
140
private static extern void __set_InfoRequest_OldPassword(global::Microsoft.AspNetCore.Identity.Data.
InfoRequest
obj, string value);
Data\IdentityEndpointsJsonSerializerContext.cs (1)
14
[JsonSerializable(typeof(
InfoRequest
))]
IdentityApiEndpointRouteBuilderExtensions.cs (1)
349
(ClaimsPrincipal claimsPrincipal, [FromBody]
InfoRequest
infoRequest, HttpContext context, [FromServices] IServiceProvider sp) =>