2 references to RightShiftEqual
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
37
new OperatorInfo(TokenKind.
RightShiftEqual
, PredefinedName.PN_COUNT, ExpressionKind.MultiOffset + (int)ExpressionKind.RightShift ),
Microsoft\CSharp\RuntimeBinder\Syntax\TokenFacts.cs (1)
38
TokenKind.
RightShiftEqual
=> ">>=",