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