1. There is \"private void a( object sender, EventArgs e )\"
member in my application
2. There are other private members in my application
3. \"a\" member is added to ExclusionPatterns
4. Alphabetical naming is used for obfuscation
As a result of obfuscation I get two (according to Reflector)
\"private void a(object sender, EventArgs e)\"
members in my application.
Is it correct ?
Oleg Subachev