5 writes to ReadForm
Microsoft.AspNetCore.Http.Extensions (5)
RequestDelegateFactory.cs (5)
2072factoryContext.ReadForm = true; 2090factoryContext.ReadForm = true; 2126factoryContext.ReadForm = true; 2255factoryContext.ReadForm = true; 2275factoryContext.ReadForm = true;
3 references to ReadForm
Microsoft.AspNetCore.Http.Extensions (3)
RequestDelegateFactory.cs (3)
397if (factoryContext.ReadForm) 1264if (factoryContext.JsonRequestBodyParameter is null && !factoryContext.ReadForm) 1293if (factoryContext.ReadForm)