2 references to BarEqual
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
35
new OperatorInfo(TokenKind.
BarEqual
, PredefinedName.PN_COUNT, ExpressionKind.MultiOffset + (int)ExpressionKind.BitwiseOr ),
Microsoft\CSharp\RuntimeBinder\Syntax\TokenFacts.cs (1)
36
TokenKind.
BarEqual
=> "|=",