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