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