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