dotnet / codeformatter

Tool that uses Roslyn to automatically rewrite the source to follow our coding styles
MIT License
1.24k stars 244 forks source link

Field Rename misses some usages of the field #108

Open mellinoe opened 9 years ago

mellinoe commented 9 years ago

Running the CodeFormatter on the project containing this file fails to correctly rename the m_postPhaseAction field. Two usages of the field are left unchanged (leading 'm' still intact). Opening VS 2015 and using the rename tool seems to correctly change all usages of the field.

https://gist.github.com/mellinoe/e97adbb0cf913b6daf46

mellinoe commented 9 years ago

Line 776 and 807 in the gist are the lines that are left unchanged.