12 references to AndAlso
System.Core (6)
Microsoft\Scripting\Actions\BindingRestrictions.cs (3)
164result = Expression.AndAlso(_tests.Pop().Node, result); 171node = Expression.AndAlso(_tests.Pop().Node, node); 306Expression.AndAlso(
Microsoft\Scripting\Actions\DynamicMetaObjectBinder.cs (2)
182Expression.AndAlso( 192Expression.AndAlso(
Microsoft\Scripting\Ast\TypeBinaryExpression.cs (1)
142return Expression.AndAlso(
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Translator.cs (1)
640result = Expression.AndAlso(result, operand);
System.Data.Services (2)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1198return Expression.AndAlso(left, right);
System\Data\Services\RequestQueryProcessor.cs (1)
232test = Expression.AndAlso(Expression.NotEqual(expression, nullConstant), fixedFilter);
System.Web.Extensions (3)
UI\WebControls\Dynamic.cs (1)
749left = Expression.AndAlso(left, right);
UI\WebControls\Expressions\ExpressionHelper.cs (1)
103andExpression = Expression.AndAlso(andExpression, e);
UI\WebControls\Expressions\RangeExpression.cs (1)
141return Expression.AndAlso(minExpression, maxExpression);