2 references to PlusEqual
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
28
new OperatorInfo(TokenKind.
PlusEqual
, PredefinedName.PN_COUNT, ExpressionKind.MultiOffset + (int)ExpressionKind.Add ),
Microsoft\CSharp\RuntimeBinder\Syntax\TokenFacts.cs (1)
29
TokenKind.
PlusEqual
=> "+=",