5 writes to ReadForm
Microsoft.AspNetCore.Http.Extensions (5)
RequestDelegateFactory.cs (5)
2110factoryContext.ReadForm = true; 2128factoryContext.ReadForm = true; 2164factoryContext.ReadForm = true; 2293factoryContext.ReadForm = true; 2313factoryContext.ReadForm = true;
3 references to ReadForm
Microsoft.AspNetCore.Http.Extensions (3)
RequestDelegateFactory.cs (3)
398if (factoryContext.ReadForm) 1265if (factoryContext.JsonRequestBodyParameter is null && !factoryContext.ReadForm) 1294if (factoryContext.ReadForm)