33 references to Func
mscorlib (16)
system\threading\Tasks\FutureFactory.cs (4)
1047Func<TArg1, TArg2, AsyncCallback, object, IAsyncResult> beginMethod, 1085Func<TArg1, TArg2, AsyncCallback, object, IAsyncResult> beginMethod, 1094internal static Task<TResult> FromAsyncImpl<TArg1, TArg2>(Func<TArg1, TArg2, AsyncCallback, object, IAsyncResult> beginMethod, 1331Func<TInstance, TArgs, AsyncCallback, object, IAsyncResult> beginMethod,
system\threading\Tasks\Parallel.cs (8)
2089Func<TSource, ParallelLoopState, long, TLocal, TLocal> body, Action<TLocal> localFinally) 2165Func<TSource, ParallelLoopState, long, TLocal, TLocal> body, Action<TLocal> localFinally) 2222Func<TSource, ParallelLoopState, long, TLocal, TLocal> bodyWithEverything, 2286Func<TSource, ParallelLoopState, long, TLocal, TLocal> bodyWithEverything, 2345Func<TSource, ParallelLoopState, long, TLocal, TLocal> bodyWithEverything, 2717Func<TSource, ParallelLoopState, long, TLocal, TLocal> body, 3158Func<TSource, ParallelLoopState, long, TLocal, TLocal> body, 3198Func<TSource, ParallelLoopState, long, TLocal, TLocal> bodyWithEverything,
system\threading\Tasks\TaskFactory.cs (4)
1086Func<TArg1, TArg2, AsyncCallback, object, IAsyncResult> beginMethod, 1125Func<TArg1, TArg2, AsyncCallback, object, IAsyncResult> beginMethod, 1459public Task<TResult> FromAsync<TArg1, TArg2, TResult>(Func<TArg1, TArg2, AsyncCallback, object, IAsyncResult> beginMethod, 1499Func<TArg1, TArg2, AsyncCallback, object, IAsyncResult> beginMethod,
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
290Func<double, double, double, double, double> CalculateInBoundsValue =
System.Core (6)
Microsoft\Scripting\Actions\UpdateDelegates.Generated.cs (3)
419var @this = (CallSite<Func<CallSite, T0, T1, T2, TRet>>)site; 420Func<CallSite, T0, T1, T2, TRet>[] applicable; 421Func<CallSite, T0, T1, T2, TRet> rule, originalRule = @this.Target;
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
238case 5: return typeof(Func<,,,,>).MakeGenericType(types);
System\FuncAndAction.cs (1)
16[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,>))]
System\Linq\IQueryable.cs (1)
57private static MethodInfo GetMethodInfo<T1, T2, T3, T4, T5>(Func<T1, T2, T3, T4, T5> f, T1 unused1, T2 unused2, T3 unused3, T4 unused4) {
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
290Func<double, double, double, double, double> CalculateInBoundsValue =
System.Data.Entity (6)
System\Data\Common\CommandTrees\DbLambda.cs (1)
170public static DbLambda Create(TypeUsage argument1Type, TypeUsage argument2Type, TypeUsage argument3Type, TypeUsage argument4Type, Func<DbExpression, DbExpression, DbExpression, DbExpression, DbExpression> lambdaFunction)
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
253private void AddErrorBadParameterDirection(string value, XmlReader reader, Func<object, object, object, object, string> errorFunc)
System\Data\Objects\CompiledQuery.cs (2)
329public static Func<TArg0, TArg1, TArg2, TArg3, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TResult>(Expression<Func<TArg0, TArg1, TArg2, TArg3, TResult>> query) where TArg0 : ObjectContext
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
1353private DbExpression TranslateFunctionIntoLike(MethodCallExpression call, bool insertPercentAtStart, bool insertPercentAtEnd, Func<ExpressionConverter, MethodCallExpression, DbExpression, DbExpression, DbExpression> defaultTranslator)
System\Data\Objects\ELinq\TypeSystem.cs (1)
70case 4: delegateType = typeof(Func<,,,,>); break;
System.Data.Linq (2)
CompiledQuery.cs (2)
74public static Func<TArg0, TArg1, TArg2, TArg3, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TResult>(Expression<Func<TArg0, TArg1, TArg2, TArg3, TResult>> query) where TArg0 : DataContext {
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
169typeof(Func<,,,,>)