3 references to MaxRules
System.Linq.Expressions (3)
System\Runtime\CompilerServices\CallSite.cs (3)
250
if (rules.Length < (
MaxRules
- 1))
257
temp = new T[
MaxRules
];
258
Array.Copy(rules, 0, temp, 1,
MaxRules
- 1);