Commit b08833b
Madalyn Redding
Updates to feedback
I attempted to move the if-statement to the ComputeMemberInfo method,
however it seems that the necessary information for the
IsLeftSideOfAnyAssignExpression() can only been found in the Analyzer,
so I decided to keep the if-statement where it was previously.1 parent 9688bad commit b08833b
1 file changed
Lines changed: 0 additions & 1 deletion
File tree
- src/Analyzers/CSharp/Analyzers/UseIndexOrRangeOperator
src/Analyzers/CSharp/Analyzers/UseIndexOrRangeOperator/CSharpUseRangeOperatorDiagnosticAnalyzer.cs
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | 143 | | |
145 | 144 | | |
146 | 145 | | |
| |||
0 commit comments