When reordering arguments in a function signature, callers do not get updated (unless specifically using the Change signature method in Resharper) and continue to compile fine with the old order. This is not a problem semantically but may look a bit messy when many callers end up having different argument orders.
Is there any way with Resharper - or any other tool - to automatically reorder named parameters solutionwide so that they can perfectly match the function signature?
This seems like a nice refactoring function that would make the code look more consistent, and to which I don't see any possible side effect or negative aspect, much like standardizing other cosmetic aspects across a solutions.