13 references to ParamCheckExpressions
Microsoft.AspNetCore.Http.Extensions (13)
RequestDelegateFactory.cs (13)
377var responseWritingMethodCall = factoryContext.ParamCheckExpressions.Count > 0 ? 981var checkParamAndCallMethod = new Expression[factoryContext.ParamCheckExpressions.Count + 1]; 988for (var i = 0; i < factoryContext.ParamCheckExpressions.Count; i++) 990checkParamAndCallMethod[i] = factoryContext.ParamCheckExpressions[i]; 1011checkParamAndCallMethod[factoryContext.ParamCheckExpressions.Count] = checkWasParamCheckFailureWithFilters; 1027checkParamAndCallMethod[factoryContext.ParamCheckExpressions.Count] = checkWasParamCheckFailure; 1635factoryContext.ParamCheckExpressions.Add( 1892factoryContext.ParamCheckExpressions.Add(fullParamCheckBlock); 1937factoryContext.ParamCheckExpressions.Add(checkRequiredStringParameterBlock); 2027factoryContext.ParamCheckExpressions.Add(checkRequiredBodyBlock); 2232factoryContext.ParamCheckExpressions.Add(bindAndCheckForm); 2316factoryContext.ParamCheckExpressions.Add(Expression.Block( 2354factoryContext.ParamCheckExpressions.Add(checkRequiredBodyBlock);