2 references to GetParametersForValidation
System.Core (2)
Microsoft\Scripting\Ast\MethodCallExpression.cs (2)
812
return
GetParametersForValidation
(method, ExpressionType.Call);
837
ParameterInfo[] pis =
GetParametersForValidation
(method, nodeKind);