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