4 references to Action
System.Core (4)
Microsoft\Scripting\Actions\UpdateDelegates.Generated.cs (3)
2535var @this = (CallSite<Action<CallSite, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9>>)site; 2536Action<CallSite, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9>[] applicable; 2537Action<CallSite, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> rule, originalRule = @this.Target;
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
278case 11: return typeof(Action<,,,,,,,,,,>).MakeGenericType(types);