12 references to Action
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnectionExtensions.cs (1)
194
public static IDisposable On<T1, T2, T3, T4, T5, T6, T7, T8>(this HubConnection hubConnection, string methodName,
Action
<T1, T2, T3, T4, T5, T6, T7, T8> handler)
Microsoft.Extensions.Logging.Abstractions (2)
LoggerMessage.cs (2)
412
public static
Action
<ILogger, T1, T2, T3, T4, T5, T6, Exception?> Define<T1, T2, T3, T4, T5, T6>(LogLevel logLevel, EventId eventId, string formatString)
429
public static
Action
<ILogger, T1, T2, T3, T4, T5, T6, Exception?> Define<T1, T2, T3, T4, T5, T6>(LogLevel logLevel, EventId eventId, string formatString, LogDefineOptions? options)
Microsoft.Extensions.Telemetry.PerformanceTests (2)
ClassicCodeGen.cs (1)
18
private static readonly global::System.
Action
<global::Microsoft.Extensions.Logging.ILogger, global::System.String, global::System.String, global::System.String, global::System.String, global::System.String, global::System.String, global::System.Exception?> __RefTypesCallback =
ExtendedLoggerBench.cs (1)
28
private static readonly
Action
<ILogger, string, string, string, string, string, string, Exception?> _loggerMessage_refTypes = LoggerMessage.Define<string, string, string, string, string, string>(
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
37
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
Action
<,,,,,,,>))]
netstandard (1)
netstandard.cs (1)
32
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
Action
<,,,,,,,>))]
System.Linq.Expressions (4)
System\Dynamic\UpdateDelegates.Generated.cs (3)
2349
var @this = (CallSite<
Action
<CallSite, T0, T1, T2, T3, T4, T5, T6>>)site;
2350
Action
<CallSite, T0, T1, T2, T3, T4, T5, T6>[] applicable;
2351
Action
<CallSite, T0, T1, T2, T3, T4, T5, T6> rule, originalRule = @this.Target;
System\Linq\Expressions\Compiler\DelegateHelpers.Generated.cs (1)
255
return typeof(
Action
<,,,,,,,>).MakeGenericType(types);
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
25
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
Action
<,,,,,,,>))]