3 references to MaxRules
System.Core (3)
Microsoft\Scripting\Actions\CallSite.cs (3)
239if (rules.Length < (MaxRules - 1)) { 243temp = new T[MaxRules]; 244Array.Copy(rules, 0, temp, 1, MaxRules - 1);