2 references to IsCompoundAssignExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
SpeculationAnalyzer.cs (1)
702if (assignmentExpression.IsCompoundAssignExpression() &&
SyntaxNodeExtensions.cs (1)
368node.Parent.IsCompoundAssignExpression() &&