Definition at line 208 of file DelegateHelpers.cs.
209 {
210 return types.Length switch
211 {
222 10 =>
typeof(
Action<, , , , , , , , , >).MakeGenericType(
types),
223 11 =>
typeof(
Action<, , , , , , , , , , >).MakeGenericType(
types),
224 12 =>
typeof(
Action<, , , , , , , , , , , >).MakeGenericType(
types),
225 13 =>
typeof(
Action<, , , , , , , , , , , , >).MakeGenericType(
types),
226 14 =>
typeof(
Action<, , , , , , , , , , , , , >).MakeGenericType(
types),
227 15 =>
typeof(
Action<, , , , , , , , , , , , , , >).MakeGenericType(
types),
228 16 =>
typeof(
Action<, , , , , , , , , , , , , , , >).MakeGenericType(
types),
230 };
231 }
Referenced by System.Linq.Expressions.Expression< TDelegate >.GetActionType(), System.Linq.Expressions.Compiler.DelegateHelpers.MakeNewDelegate(), System.Runtime.CompilerServices.CallSite< T >.MakeUpdateDelegate(), and System.Linq.Expressions.Expression< TDelegate >.TryGetActionType().