1 write to HasInferredBody
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
920
factoryContext.
HasInferredBody
= true;
2 references to HasInferredBody
Microsoft.AspNetCore.Http.Extensions (2)
RequestDelegateFactory.cs (2)
671
if (factoryContext.
HasInferredBody
&& factoryContext.DisableInferredFromBody)
2299
if (factoryContext.
HasInferredBody
)