2 writes to DisableInferBodyFromParameters
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
EndpointMetadataApiDescriptionProviderTest.cs (1)
1790
var options = new RequestDelegateFactoryOptions { ServiceProvider = serviceProvider,
DisableInferBodyFromParameters
= shouldDisableInferredBodyForMethod };
Microsoft.AspNetCore.Routing (1)
RouteEndpointDataSource.cs (1)
296
DisableInferBodyFromParameters
= ShouldDisableInferredBodyParameters(entry.HttpMethods),
1 reference to DisableInferBodyFromParameters
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
288
DisableInferredFromBody = options?.
DisableInferBodyFromParameters
?? false,