3 references to SampleParameterList
Microsoft.AspNetCore.Http.Extensions.Tests (3)
RequestDelegateFactoryTests.cs (2)
2120
void TestAction(HttpContext context, [AsParameters]
SampleParameterList
args, [AsParameters]
SampleParameterList
args2)
RequestDelegateGenerator\RequestDelegateCreationTests.AsParameters.cs (1)
313
httpContext.Request.RouteValues[nameof(
SampleParameterList
.Foo)] = foo.ToString(NumberFormatInfo.InvariantInfo);