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
)),
5092
PopulateMetadataForEndpoint<global::Microsoft.AspNetCore.Http.HttpResults.Ok<global::XmlEndpointExtensions.
TypeWithExamples
>>(methodInfo, options.EndpointBuilder);
5101
var handler = Cast(del, global::Microsoft.AspNetCore.Http.HttpResults.Ok<global::XmlEndpointExtensions.
TypeWithExamples
> (global::XmlEndpointExtensions.
TypeWithExamples
arg0) => throw null!);
5110
var typeWithExamples_JsonBodyOrServiceResolver = ResolveJsonBodyOrService<global::XmlEndpointExtensions.
TypeWithExamples
>(logOrThrowExceptionHelper, "XmlEndpointExtensions.TypeWithExamples", "typeWithExamples", jsonSerializerOptions, serviceProviderIsService);
5120
return ValueTask.FromResult<object?>(handler(ic.GetArgument<global::XmlEndpointExtensions.
TypeWithExamples
>(0)!));
5135
var
typeWithExamples_local = typeWithExamples_resolveJsonBodyOrServiceResult.Item2!;
5159
var
typeWithExamples_local = typeWithExamples_resolveJsonBodyOrServiceResult.Item2!;
5165
var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::XmlEndpointExtensions.
TypeWithExamples
>(httpContext, typeWithExamples_local!));
5176
var castHandler = Cast(handler, global::Microsoft.AspNetCore.Http.HttpResults.Ok<global::XmlEndpointExtensions.
TypeWithExamples
> (global::XmlEndpointExtensions.
TypeWithExamples
arg0) => throw null!);
Endpoints\MapXmlEndpoints.cs (1)
11
group.MapGet("/type-with-examples", (
TypeWithExamples
typeWithExamples) =>