4 references to GetFuncType
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\DelegateHelpers.Generated.cs (1)
180result = GetFuncType(types);
System\Linq\Expressions\LambdaExpression.cs (2)
1039Type result = Compiler.DelegateHelpers.GetFuncType(typeArgs); 1061return (funcType = Compiler.DelegateHelpers.GetFuncType(typeArgs)) != null;
System\Runtime\CompilerServices\CallSite.cs (1)
317if (target == System.Linq.Expressions.Compiler.DelegateHelpers.GetFuncType(args.AddFirst(typeof(CallSite))))