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