I have set of .cs files. I want to extract the list of functions from those files.
I want to export the list into a CSV file with the following columns.
FileName FunctionName
Is there any inbuilt tool/utility to do that? or any other quick way (might be using powershell)?