4 references to ValidateTryGetFuncActionArgs
System.Core (4)
Microsoft\Scripting\Ast\LambdaExpression.cs (4)
597if (!ValidateTryGetFuncActionArgs(typeArgs)) throw Error.TypeMustNotBeByRef(); 614if (ValidateTryGetFuncActionArgs(typeArgs)) { 627if (!ValidateTryGetFuncActionArgs(typeArgs)) throw Error.TypeMustNotBeByRef(); 643if (ValidateTryGetFuncActionArgs(typeArgs)) {