CRR0014 - The variable is assigned twice in succession
In This Article
This analyzer detects variables which receive two assignments in succession.
#How to Fix the Issue
Remove the first assignment.
#How to Enable the Diagnostic
Choose Variable is assigned twice in succession in the Editor | Language | Code Analysis | Code Issues Catalog options page and check the Enabled checkbox.