2 references to ExplicitFromServiceActions
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateFactoryTests.cs (2)
1111
return ImplicitFromServiceActions.Concat(
ExplicitFromServiceActions
).ToArray();
1150
[MemberData(nameof(
ExplicitFromServiceActions
))]