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