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