4 references to Action
System.Core (4)
Microsoft\Scripting\Actions\UpdateDelegates.Generated.cs (3)
1915var @this = (CallSite<Action<CallSite, T0, T1, T2, T3, T4>>)site; 1916Action<CallSite, T0, T1, T2, T3, T4>[] applicable; 1917Action<CallSite, T0, T1, T2, T3, T4> rule, originalRule = @this.Target;
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
273case 6: return typeof(Action<,,,,,>).MakeGenericType(types);