3 references to MaxRules
System.Linq.Expressions (3)
System\Runtime\CompilerServices\RuleCache.cs (3)
77
private const int InsertPosition =
MaxRules
/ 2;
89
if (newLength >
MaxRules
)
91
newLength =
MaxRules
;