CRR0001 - Redundant sub-expressions in a binary operation
This analyzer detects identical sub-expressions in the binary operation. Such sub-expressions are redundant and the expression can be simplified.
Use the Simplify Expression refactoring to fix this code.