22 references to Or
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
373
case BinaryOperatorKind.Or: return ExpressionType.
Or
;
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
393
ExpressionType.
Or
=> SpecialNames.CLR_BitwiseOr,
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1048
case ExpressionType.
Or
:
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1184
Return ExpressionType.
Or
System.Linq.Expressions (18)
System\Dynamic\BinaryOperationBinder.cs (1)
96
case ExpressionType.
Or
:
System\Linq\Expressions\BinaryExpression.cs (7)
150
ExpressionType.OrAssign => ExpressionType.
Or
,
914
ExpressionType.
Or
=> Or(left, right, method),
2537
/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Or
"/>
2550
/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Or
"/>
2561
return new SimpleBinaryExpression(ExpressionType.
Or
, left, right, left.Type);
2563
return GetUserDefinedBinaryOperatorOrThrow(ExpressionType.
Or
, "op_BitwiseOr", left, right, liftToNull: true);
2565
return GetMethodBasedBinaryOperator(ExpressionType.
Or
, left, right, method, liftToNull: true);
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (2)
207
case ExpressionType.
Or
:
302
case ExpressionType.
Or
:
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
50
case ExpressionType.
Or
:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
50
case ExpressionType.
Or
:
System\Linq\Expressions\DebugViewWriter.cs (3)
341
case ExpressionType.
Or
: op = "|"; break;
594
case ExpressionType.
Or
:
668
case ExpressionType.
Or
:
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
241
case ExpressionType.
Or
:
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
920
case ExpressionType.
Or
:
3046
case ExpressionType.
Or
: