10 references to Action
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnectionExtensions.cs (1)
170public static IDisposable On<T1, T2, T3, T4, T5, T6, T7>(this HubConnection hubConnection, string methodName, Action<T1, T2, T3, T4, T5, T6, T7> handler)
Microsoft.Extensions.Logging.Abstractions (2)
LoggerMessage.cs (2)
360public static Action<ILogger, T1, T2, T3, T4, T5, Exception?> Define<T1, T2, T3, T4, T5>(LogLevel logLevel, EventId eventId, string formatString) 376public static Action<ILogger, T1, T2, T3, T4, T5, Exception?> Define<T1, T2, T3, T4, T5>(LogLevel logLevel, EventId eventId, string formatString, LogDefineOptions? options)
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
36[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,>))]
netstandard (1)
netstandard.cs (1)
31[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,>))]
System.Linq.Expressions (4)
System\Dynamic\UpdateDelegates.Generated.cs (3)
2204var @this = (CallSite<Action<CallSite, T0, T1, T2, T3, T4, T5>>)site; 2205Action<CallSite, T0, T1, T2, T3, T4, T5>[] applicable; 2206Action<CallSite, T0, T1, T2, T3, T4, T5> rule, originalRule = @this.Target;
System\Linq\Expressions\Compiler\DelegateHelpers.Generated.cs (1)
253return typeof(Action<,,,,,,>).MakeGenericType(types);
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
24[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Action<,,,,,,>))]