23 references to ExclusiveOr
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
372
case BinaryOperatorKind.Xor: return ExpressionType.
ExclusiveOr
;
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
392
ExpressionType.
ExclusiveOr
=> SpecialNames.CLR_ExclusiveOr,
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1046
case ExpressionType.
ExclusiveOr
:
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1186
Return ExpressionType.
ExclusiveOr
System.Linq.Expressions (19)
System\Dynamic\BinaryOperationBinder.cs (1)
87
case ExpressionType.
ExclusiveOr
:
System\Linq\Expressions\BinaryExpression.cs (7)
153
ExpressionType.ExclusiveOrAssign => ExpressionType.
ExclusiveOr
,
922
ExpressionType.
ExclusiveOr
=> ExclusiveOr(left, right, method),
2631
/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
ExclusiveOr
"/>
2644
/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
ExclusiveOr
"/>
2655
return new SimpleBinaryExpression(ExpressionType.
ExclusiveOr
, left, right, left.Type);
2657
return GetUserDefinedBinaryOperatorOrThrow(ExpressionType.
ExclusiveOr
, "op_ExclusiveOr", left, right, liftToNull: true);
2659
return GetMethodBasedBinaryOperator(ExpressionType.
ExclusiveOr
, left, right, method, liftToNull: true);
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (3)
159
goto case ExpressionType.
ExclusiveOr
;
232
case ExpressionType.
ExclusiveOr
:
312
case ExpressionType.
ExclusiveOr
:
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
40
case ExpressionType.
ExclusiveOr
:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
40
case ExpressionType.
ExclusiveOr
:
System\Linq\Expressions\DebugViewWriter.cs (3)
343
case ExpressionType.
ExclusiveOr
: op = "^"; break;
595
case ExpressionType.
ExclusiveOr
:
672
case ExpressionType.
ExclusiveOr
:
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
247
case ExpressionType.
ExclusiveOr
:
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
915
case ExpressionType.
ExclusiveOr
:
3036
case ExpressionType.
ExclusiveOr
: