10 references to ChildObject
Sample (10)
artifacts\obj\Sample\Release\net10.0\generated\Microsoft.AspNetCore.Http.RequestDelegateGenerator\Microsoft.AspNetCore.Http.RequestDelegateGenerator.RequestDelegateGenerator\GeneratedRouteBuilderExtensions.g.cs (8)
2989(false, typeof(global::SchemasEndpointsExtensions.ChildObject)), 3011var handler = Cast(del, global::Microsoft.AspNetCore.Http.IResult (global::SchemasEndpointsExtensions.ChildObject arg0) => throw null!); 3020var child_JsonBodyOrServiceResolver = ResolveJsonBodyOrService<global::SchemasEndpointsExtensions.ChildObject>(logOrThrowExceptionHelper, "SchemasEndpointsExtensions.ChildObject", "child", jsonSerializerOptions, serviceProviderIsService); 3030return ValueTask.FromResult<object?>(handler(ic.GetArgument<global::SchemasEndpointsExtensions.ChildObject>(0)!)); 3045var child_local = child_resolveJsonBodyOrServiceResult.Item2!; 3069var child_local = child_resolveJsonBodyOrServiceResult.Item2!; 3075var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::SchemasEndpointsExtensions.ChildObject>(httpContext, child_local!)); 3086var castHandler = Cast(handler, global::Microsoft.AspNetCore.Http.IResult (global::SchemasEndpointsExtensions.ChildObject arg0) => throw null!);
Endpoints\MapSchemasEndpoints.cs (2)
39schemas.MapPost("/child", (ChildObject child) => Results.Ok(child)); 137public List<ChildObject> Children { get; set; } = [];