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