3 references to Plus
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (2)
55
new OperatorInfo(TokenKind.
Plus
, PredefinedName.PN_OPPLUS, ExpressionKind.Add ),
61
new OperatorInfo(TokenKind.
Plus
, PredefinedName.PN_OPUNARYPLUS, ExpressionKind.UnaryPlus ),
Microsoft\CSharp\RuntimeBinder\Syntax\TokenFacts.cs (1)
55
TokenKind.
Plus
=> "+",