5 writes to ReadForm
Microsoft.AspNetCore.Http.Extensions (5)
RequestDelegateFactory.cs (5)
2062factoryContext.ReadForm = true; 2080factoryContext.ReadForm = true; 2116factoryContext.ReadForm = true; 2245factoryContext.ReadForm = true; 2265factoryContext.ReadForm = true;
3 references to ReadForm
Microsoft.AspNetCore.Http.Extensions (3)
RequestDelegateFactory.cs (3)
397if (factoryContext.ReadForm) 1254if (factoryContext.JsonRequestBodyParameter is null && !factoryContext.ReadForm) 1283if (factoryContext.ReadForm)