3 references to ArrayLength
System.Core (3)
Microsoft\Scripting\Actions\CallSite.cs (2)
493Expression.Assign(count, Expression.ArrayLength(applicable)), 617body.Add(Expression.Assign(count, Expression.ArrayLength(applicable)));
Microsoft\Scripting\Ast\UnaryExpression.cs (1)
332return ArrayLength(operand);