12 references to TypeWithExamples
Sample (12)
artifacts\obj\Sample\Release\net10.0\generated\Microsoft.AspNetCore.Http.RequestDelegateGenerator\Microsoft.AspNetCore.Http.RequestDelegateGenerator.RequestDelegateGenerator\GeneratedRouteBuilderExtensions.g.cs (11)
5078(false, typeof(global::XmlEndpointExtensions.TypeWithExamples)), 5092PopulateMetadataForEndpoint<global::Microsoft.AspNetCore.Http.HttpResults.Ok<global::XmlEndpointExtensions.TypeWithExamples>>(methodInfo, options.EndpointBuilder); 5101var handler = Cast(del, global::Microsoft.AspNetCore.Http.HttpResults.Ok<global::XmlEndpointExtensions.TypeWithExamples> (global::XmlEndpointExtensions.TypeWithExamples arg0) => throw null!); 5110var typeWithExamples_JsonBodyOrServiceResolver = ResolveJsonBodyOrService<global::XmlEndpointExtensions.TypeWithExamples>(logOrThrowExceptionHelper, "XmlEndpointExtensions.TypeWithExamples", "typeWithExamples", jsonSerializerOptions, serviceProviderIsService); 5120return ValueTask.FromResult<object?>(handler(ic.GetArgument<global::XmlEndpointExtensions.TypeWithExamples>(0)!)); 5135var typeWithExamples_local = typeWithExamples_resolveJsonBodyOrServiceResult.Item2!; 5159var typeWithExamples_local = typeWithExamples_resolveJsonBodyOrServiceResult.Item2!; 5165var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::XmlEndpointExtensions.TypeWithExamples>(httpContext, typeWithExamples_local!)); 5176var castHandler = Cast(handler, global::Microsoft.AspNetCore.Http.HttpResults.Ok<global::XmlEndpointExtensions.TypeWithExamples> (global::XmlEndpointExtensions.TypeWithExamples arg0) => throw null!);
Endpoints\MapXmlEndpoints.cs (1)
11group.MapGet("/type-with-examples", (TypeWithExamples typeWithExamples) =>