13 references to ParamCheckExpressions
Microsoft.AspNetCore.Http.Extensions (13)
RequestDelegateFactory.cs (13)
378var responseWritingMethodCall = factoryContext.ParamCheckExpressions.Count > 0 ? 982var checkParamAndCallMethod = new Expression[factoryContext.ParamCheckExpressions.Count + 1]; 989for (var i = 0; i < factoryContext.ParamCheckExpressions.Count; i++) 991checkParamAndCallMethod[i] = factoryContext.ParamCheckExpressions[i]; 1012checkParamAndCallMethod[factoryContext.ParamCheckExpressions.Count] = checkWasParamCheckFailureWithFilters; 1028checkParamAndCallMethod[factoryContext.ParamCheckExpressions.Count] = checkWasParamCheckFailure; 1636factoryContext.ParamCheckExpressions.Add( 1893factoryContext.ParamCheckExpressions.Add(fullParamCheckBlock); 1938factoryContext.ParamCheckExpressions.Add(checkRequiredStringParameterBlock); 2056factoryContext.ParamCheckExpressions.Add(checkRequiredBodyBlock); 2261factoryContext.ParamCheckExpressions.Add(bindAndCheckForm); 2345factoryContext.ParamCheckExpressions.Add(Expression.Block( 2383factoryContext.ParamCheckExpressions.Add(checkRequiredBodyBlock);