20 references to Func
mscorlib (7)
system\threading\Tasks\FutureFactory.cs (3)
1195
Func
<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod,
1237
Func
<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod,
1246
internal static Task<TResult> FromAsyncImpl<TArg1, TArg2, TArg3>(
Func
<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod,
system\threading\Tasks\TaskFactory.cs (4)
1163
Func
<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod,
1206
Func
<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod,
1538
Func
<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod,
1582
Func
<TArg1, TArg2, TArg3, AsyncCallback, object, IAsyncResult> beginMethod,
System.Core (5)
Microsoft\Scripting\Actions\UpdateDelegates.Generated.cs (3)
544
var @this = (CallSite<
Func
<CallSite, T0, T1, T2, T3, TRet>>)site;
545
Func
<CallSite, T0, T1, T2, T3, TRet>[] applicable;
546
Func
<CallSite, T0, T1, T2, T3, TRet> rule, originalRule = @this.Target;
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
239
case 6: return typeof(
Func
<,,,,,>).MakeGenericType(types);
System\Linq\IQueryable.cs (1)
61
private 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)
198
public 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)
313
public 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)
71
case 5: delegateType = typeof(
Func
<,,,,,>); break;
System.Data.Linq (2)
CompiledQuery.cs (2)
87
public 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)
316
internal 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)
209
static readonly
Func
<ServiceChannel, ProxyOperationRuntime, object[], AsyncCallback, object, IAsyncResult> beginCallDelegate = ServiceChannel.BeginCall;