Works on source code:
- CSParser: From C# 1.0 to 2.0, open-source
- Metaspec C# Parser: From C# 1.0 to 3.0, commercial product (about 5000$)
- #recognize!: From C# 1.0 to 3.0, commercial product (about 900€) (answer by SharpRecognize)
- SharpDevelop Parser (answer by Akselsson)
Works on assembly:
- System.Reflection
- FxCop API: From C# 1.0 to 3.0, Microsoft licence, not for commercial use as services
- Mono.Cecil: From C# 1.0 to 3.0, open-source
The problem with assembly "parsing" is that we have less informations about line and file (the informations is based on .pdb file, and Pdb contains lines informations only for methods)
