22 references to And
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
371case BinaryOperatorKind.And: return ExpressionType.And;
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
391ExpressionType.And => SpecialNames.CLR_BitwiseAnd,
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1044case ExpressionType.And:
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1188Return ExpressionType.And
System.Linq.Expressions (18)
System\Dynamic\BinaryOperationBinder.cs (1)
84case ExpressionType.And:
System\Linq\Expressions\BinaryExpression.cs (7)
149ExpressionType.AndAssign => ExpressionType.And, 912ExpressionType.And => And(left, right, method), 2443/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.And"/> 2456/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.And"/> 2467return new SimpleBinaryExpression(ExpressionType.And, left, right, left.Type); 2469return GetUserDefinedBinaryOperatorOrThrow(ExpressionType.And, "op_BitwiseAnd", left, right, liftToNull: true); 2471return GetMethodBasedBinaryOperator(ExpressionType.And, left, right, method, liftToNull: true);
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (2)
202case ExpressionType.And: 292case ExpressionType.And:
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
36case ExpressionType.And:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
36case ExpressionType.And:
System\Linq\Expressions\DebugViewWriter.cs (3)
339case ExpressionType.And: op = "&"; break; 593case ExpressionType.And: 676case ExpressionType.And:
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
235case ExpressionType.And:
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
925case ExpressionType.And: 3032case ExpressionType.And: