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