Open
Description
When renaming a source file A.cs → B.cs, the code fix for SA1649 properly updates each project which previously included A.cs to now include B.cs. However, it only removes A.cs from the project which was the context for the rename operation.
During the rename, the original file needs to be removed from all projects which contained it.