13 references to ParamCheckExpressions
Microsoft.AspNetCore.Http.Extensions (13)
RequestDelegateFactory.cs (13)
377var responseWritingMethodCall = factoryContext.ParamCheckExpressions.Count > 0 ? 974var checkParamAndCallMethod = new Expression[factoryContext.ParamCheckExpressions.Count + 1]; 981for (var i = 0; i < factoryContext.ParamCheckExpressions.Count; i++) 983checkParamAndCallMethod[i] = factoryContext.ParamCheckExpressions[i]; 1004checkParamAndCallMethod[factoryContext.ParamCheckExpressions.Count] = checkWasParamCheckFailureWithFilters; 1020checkParamAndCallMethod[factoryContext.ParamCheckExpressions.Count] = checkWasParamCheckFailure; 1625factoryContext.ParamCheckExpressions.Add( 1882factoryContext.ParamCheckExpressions.Add(fullParamCheckBlock); 1927factoryContext.ParamCheckExpressions.Add(checkRequiredStringParameterBlock); 2017factoryContext.ParamCheckExpressions.Add(checkRequiredBodyBlock); 2222factoryContext.ParamCheckExpressions.Add(bindAndCheckForm); 2306factoryContext.ParamCheckExpressions.Add(Expression.Block( 2344factoryContext.ParamCheckExpressions.Add(checkRequiredBodyBlock);