12 references to Func
System.Core (5)
Microsoft\Scripting\Actions\UpdateDelegates.Generated.cs (3)
669var @this = (CallSite<Func<CallSite, T0, T1, T2, T3, T4, TRet>>)site; 670Func<CallSite, T0, T1, T2, T3, T4, TRet>[] applicable; 671Func<CallSite, T0, T1, T2, T3, T4, TRet> rule, originalRule = @this.Target;
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
240case 7: return typeof(Func<,,,,,,>).MakeGenericType(types);
System\Linq\IQueryable.cs (1)
65private static MethodInfo GetMethodInfo<T1, T2, T3, T4, T5, T6, T7>(Func<T1, T2, T3, T4, T5, T6, T7> f, T1 unused1, T2 unused2, T3 unused3, T4 unused4, T5 unused5, T6 unused6) {
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
2198private bool TriggerInternalEndAndRetryIfNecessary(CommandBehavior behavior, object stateObject, int timeout, string endMethod, bool usedCache, bool inRetry, bool asyncWrite, TaskCompletionSource<object> globalCompletion, TaskCompletionSource<object> localCompletion, Func<IAsyncResult, string, bool, object> endFunc, Func<CommandBehavior, AsyncCallback, object, int, bool, bool, IAsyncResult> retryFunc) {
System.Data.Entity (4)
System\Data\Common\CommandTrees\DbLambda.cs (1)
229public static DbLambda Create(TypeUsage argument1Type, TypeUsage argument2Type, TypeUsage argument3Type, TypeUsage argument4Type, TypeUsage argument5Type, TypeUsage argument6Type, Func<DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression> lambdaFunction)
System\Data\Objects\CompiledQuery.cs (2)
296public static Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TResult>(Expression<Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TResult>> query) where TArg0 : ObjectContext
System\Data\Objects\ELinq\TypeSystem.cs (1)
72case 6: delegateType = typeof(Func<,,,,,,>); break;
System.Data.Linq (2)
CompiledQuery.cs (2)
100public static Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TResult>(Expression<Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TResult>> query) where TArg0 : DataContext {