2 references to SplatEqual
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
30new OperatorInfo(TokenKind.SplatEqual, PredefinedName.PN_COUNT, ExpressionKind.MultiOffset + (int)ExpressionKind.Multiply ),
Microsoft\CSharp\RuntimeBinder\Syntax\TokenFacts.cs (1)
31TokenKind.SplatEqual => "*=",