3 references to MaxRules
System.Core (3)
Microsoft\Scripting\Actions\RuleCache.cs (3)
93private const int InsertPosition = MaxRules / 2; 103if (newLength > MaxRules) { 104newLength = MaxRules;