2 references to IsRightAssociative
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser.cs (2)
11055/// precedence if we have something right-associative <see cref="IsRightAssociative"/>. 11102if ((newPrecedence == precedence) && !IsRightAssociative(operatorExpressionKind))