3 references to MaxRules
System.Core (3)
Microsoft\Scripting\Actions\CallSite.cs (3)
239
if (rules.Length < (
MaxRules
- 1)) {
243
temp = new T[
MaxRules
];
244
Array.Copy(rules, 0, temp, 1,
MaxRules
- 1);