Need to find repeated code
Hi,
I need to develop a tool for finding repeated/duplicated code in our .cs files.suppose if we use one method twice with different parameters then it should also be considered as a duplicate code. i am not getting the logic to find the repeated code in a file. i am able to find if the whole line got repeated but not able to find partial line repeated.pl help me.thak u.