4 references to GetFuncType
System.Core (4)
Microsoft\Scripting\Actions\CallSite.cs (1)
276
if (target == DelegateHelpers.
GetFuncType
(args.AddFirst(typeof(CallSite)))) {
Microsoft\Scripting\Ast\LambdaExpression.cs (2)
599
Type result = DelegateHelpers.
GetFuncType
(typeArgs);
615
return (funcType = DelegateHelpers.
GetFuncType
(typeArgs)) != null;
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
221
result =
GetFuncType
(types);