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