20 references to Func
mscorlib (7)
system\threading\Tasks\FutureFactory.cs (3)
1195Func<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod, 1237Func<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod, 1246internal static Task<TResult> FromAsyncImpl<TArg1, TArg2, TArg3>(Func<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod,
system\threading\Tasks\TaskFactory.cs (4)
1163Func<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod, 1206Func<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod, 1538Func<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod, 1582Func<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod,
System.Core (5)
Microsoft\Scripting\Actions\UpdateDelegates.Generated.cs (3)
544var @this = (CallSite<Func<CallSite, T0, T1, T2, T3, TRet>>)site; 545Func<CallSite, T0, T1, T2, T3, TRet>[] applicable; 546Func<CallSite, T0, T1, T2, T3, TRet> rule, originalRule = @this.Target;
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
239case 6: return typeof(Func<,,,,,>).MakeGenericType(types);
System\Linq\IQueryable.cs (1)
61private static MethodInfo GetMethodInfo<T1, T2, T3, T4, T5, T6>(Func<T1, T2, T3, T4, T5, T6> f, T1 unused1, T2 unused2, T3 unused3, T4 unused4, T5 unused5) {
System.Data.Entity (4)
System\Data\Common\CommandTrees\DbLambda.cs (1)
198public static DbLambda Create(TypeUsage argument1Type, TypeUsage argument2Type, TypeUsage argument3Type, TypeUsage argument4Type, TypeUsage argument5Type, Func<DbExpression, DbExpression, DbExpression, DbExpression, DbExpression, DbExpression> lambdaFunction)
System\Data\Objects\CompiledQuery.cs (2)
313public static Func<TArg0, TArg1, TArg2, TArg3, TArg4, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TResult>(Expression<Func<TArg0, TArg1, TArg2, TArg3, TArg4, TResult>> query) where TArg0 : ObjectContext
System\Data\Objects\ELinq\TypeSystem.cs (1)
71case 5: delegateType = typeof(Func<,,,,,>); break;
System.Data.Linq (2)
CompiledQuery.cs (2)
87public static Func<TArg0, TArg1, TArg2, TArg3, TArg4, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TResult>(Expression<Func<TArg0, TArg1, TArg2, TArg3, TArg4, TResult>> query) where TArg0 : DataContext {
System.Data.Services.Client (1)
System\Data\Services\Client\BaseAsyncResult.cs (1)
316internal static IAsyncResult InvokeAsync(Func<byte[], int, int, AsyncCallback, object, IAsyncResult> asyncAction, byte[] buffer, int offset, int length, AsyncCallback callback, object state)
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
209static readonly Func<ServiceChannel, ProxyOperationRuntime, object[], AsyncCallback, object, IAsyncResult> beginCallDelegate = ServiceChannel.BeginCall;