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