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