2 references to PercentEqual
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
32new OperatorInfo(TokenKind.PercentEqual, PredefinedName.PN_COUNT, ExpressionKind.MultiOffset + (int)ExpressionKind.Modulo ),
Microsoft\CSharp\RuntimeBinder\Syntax\TokenFacts.cs (1)
33TokenKind.PercentEqual => "%=",