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