9 references to NewArrayBounds
System.Activities (2)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (1)
1019return Expression.NewArrayBounds(newArrayBounds.Type.GetElementType(), bounds);
System\Activities\ExpressionUtilities.cs (1)
1094newExpression = Expression.NewArrayBounds(
System.Core (3)
Microsoft\Scripting\Ast\NewArrayExpression.cs (2)
92return Expression.NewArrayBounds(Type.GetElementType(), expressions); 194return NewArrayBounds(type, (IEnumerable<Expression>)bounds);
System\Linq\Expressions\ExpressionVisitor.cs (1)
306return Expression.NewArrayBounds(na.Type.GetElementType(), exprs);
System.Data.Entity (1)
System\Data\Objects\ELinq\EntityExpressionVisitor.cs (1)
362return Expression.NewArrayBounds(na.Type.GetElementType(), exprs);
System.Data.Linq (1)
SqlClient\Query\Funcletizer.cs (1)
430return Expression.NewArrayBounds(na.Type.GetElementType(), exprs);
System.Data.Services (1)
parent\Client\System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
587return Expression.NewArrayBounds(na.Type.GetElementType(), exprs);
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
587return Expression.NewArrayBounds(na.Type.GetElementType(), exprs);