5 writes to ReadForm
Microsoft.AspNetCore.Http.Extensions (5)
RequestDelegateFactory.cs (5)
2132factoryContext.ReadForm = true; 2150factoryContext.ReadForm = true; 2186factoryContext.ReadForm = true; 2321factoryContext.ReadForm = true; 2341factoryContext.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)