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