2 references to ExplicitFromBodyActions
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateFactoryTests.cs (2)
835
return
ExplicitFromBodyActions
.Concat(ImplicitFromBodyActions).ToArray();
883
[MemberData(nameof(
ExplicitFromBodyActions
))]