18 references to ArrayLength
System.Activities (4)
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (1)
613
case ExpressionType.
ArrayLength
:
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (2)
1058
case ExpressionType.
ArrayLength
:
1305
case ExpressionType.
ArrayLength
:
System\Activities\ExpressionUtilities.cs (1)
1132
case ExpressionType.
ArrayLength
:
System.Core (8)
Microsoft\Scripting\Ast\DebugViewWriter.cs (2)
888
case ExpressionType.
ArrayLength
:
931
case ExpressionType.
ArrayLength
:
Microsoft\Scripting\Ast\UnaryExpression.cs (2)
331
case ExpressionType.
ArrayLength
:
780
return new UnaryExpression(ExpressionType.
ArrayLength
, array, typeof(int), null);
Microsoft\Scripting\Compiler\LambdaCompiler.Generated.cs (1)
64
case ExpressionType.
ArrayLength
:
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
100
if (op == ExpressionType.
ArrayLength
) {
Microsoft\Scripting\Compiler\StackSpiller.Generated.cs (1)
68
case ExpressionType.
ArrayLength
:
System\Linq\Expressions\ExpressionVisitor.cs (1)
28
case ExpressionType.
ArrayLength
:
System.Data.Entity (2)
System\Data\Objects\ELinq\EntityExpressionVisitor.cs (1)
37
case ExpressionType.
ArrayLength
:
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
193
ExpressionType.
ArrayLength
,
System.Data.Linq (2)
SqlClient\Query\Funcletizer.cs (1)
155
case ExpressionType.
ArrayLength
:
SqlClient\Query\QueryConverter.cs (1)
208
case ExpressionType.
ArrayLength
:
System.Data.Services (1)
parent\Client\System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
114
case ExpressionType.
ArrayLength
:
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
114
case ExpressionType.
ArrayLength
: