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