3 instantiations of TestFromServiceAttribute
Microsoft.AspNetCore.Routing.Tests (3)
Builder\RouteHandlerEndpointRouteBuilderExtensionsTest.cs (3)
328
_ = builder.MapGet("/", ([
TestFromServiceAttribute
] TodoService todo) => { });
348
_ = builder.MapDelete("/", ([
TestFromServiceAttribute
] TodoService todo) => { });
368
_ = builder.MapPatch("/", ([
TestFromServiceAttribute
] TodoService todo) => { });