17 references to RightShiftAssign
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
348
case BinaryOperatorKind.RightShift: return ExpressionType.
RightShiftAssign
;
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
405
ExpressionType.
RightShiftAssign
=> SpecialNames.CLR_InPlaceRShift,
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1070
case ExpressionType.
RightShiftAssign
:
System.Linq.Expressions (14)
System\Dynamic\BinaryOperationBinder.cs (1)
109
case ExpressionType.
RightShiftAssign
:
System\Linq\Expressions\BinaryExpression.cs (9)
53
case ExpressionType.
RightShiftAssign
:
151
ExpressionType.
RightShiftAssign
=> ExpressionType.RightShift,
937
ExpressionType.
RightShiftAssign
=> RightShiftAssign(left, right, method, conversion),
2384
/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
RightShiftAssign
"/>
2397
/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
RightShiftAssign
"/>
2412
/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
RightShiftAssign
"/>
2431
return new SimpleBinaryExpression(ExpressionType.
RightShiftAssign
, left, right, resultType);
2433
return GetUserDefinedAssignOperatorOrThrow(ExpressionType.
RightShiftAssign
, "op_RightShift", left, right, conversion, liftToNull: true);
2435
return GetMethodBasedAssignOperator(ExpressionType.
RightShiftAssign
, left, right, method, conversion, liftToNull: true);
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
152
case ExpressionType.
RightShiftAssign
:
System\Linq\Expressions\DebugViewWriter.cs (2)
338
case ExpressionType.
RightShiftAssign
: op = ">>="; break;
650
case ExpressionType.
RightShiftAssign
:
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
232
case ExpressionType.
RightShiftAssign
: