15 references to Func
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnectionExtensions.cs (1)
365public static IDisposable On<T1, T2, T3, T4, T5, T6, T7>(this HubConnection hubConnection, string methodName, Func<T1, T2, T3, T4, T5, T6, T7, Task> handler)
HubConnectionExtensions.OnResult.cs (2)
223public static IDisposable On<T1, T2, T3, T4, T5, T6, T7, TResult>(this HubConnection hubConnection, string methodName, Func<T1, T2, T3, T4, T5, T6, T7, TResult> handler) 403public static IDisposable On<T1, T2, T3, T4, T5, T6, T7, TResult>(this HubConnection hubConnection, string methodName, Func<T1, T2, T3, T4, T5, T6, T7, Task<TResult>> handler)
Microsoft.Extensions.Logging.Abstractions (1)
LoggerMessage.cs (1)
116public static Func<ILogger, T1, T2, T3, T4, T5, T6, IDisposable?> DefineScope<T1, T2, T3, T4, T5, T6>(string formatString)
Microsoft.ML.Core (1)
Utilities\Utils.cs (1)
1145public static TRet MarshalInvoke<TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TRet>(Func<TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TRet> func,
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (2)
1438Dim c As CallSite(Of Func(Of CallSite, Object, Object, Object, Object, Object, Object, Object)) = 1439CallSite(Of Func(Of CallSite, Object, Object, Object, Object, Object, Object, Object)).Create(action)
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
241[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,>))]
netstandard (1)
netstandard.cs (1)
809[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,>))]
System.Linq.Expressions (4)
System\Dynamic\UpdateDelegates.Generated.cs (3)
749var @this = (CallSite<Func<CallSite, T0, T1, T2, T3, T4, T5, TRet>>)site; 750Func<CallSite, T0, T1, T2, T3, T4, T5, TRet>[] applicable; 751Func<CallSite, T0, T1, T2, T3, T4, T5, TRet> rule, originalRule = @this.Target;
System\Linq\Expressions\Compiler\DelegateHelpers.Generated.cs (1)
207return typeof(Func<,,,,,,,>).MakeGenericType(types);
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
207[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Func<,,,,,,,>))]
VBCSCompiler.UnitTests (1)
ServerUtil.cs (1)
207Func<string[], string, string, string, string, TextWriter, IAnalyzerAssemblyLoader, int> func;