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