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