3 references to MaxRules
System.Linq.Expressions (3)
System\Runtime\CompilerServices\CallSite.cs (3)
250if (rules.Length < (MaxRules - 1)) 257temp = new T[MaxRules]; 258Array.Copy(rules, 0, temp, 1, MaxRules - 1);