Introduction - If you have any usage issues, please Google them yourself
NET intermediate language (IL) analysis tools, including an analysis of the source of IL.
Packet : 103244825codeanalysistoolssource.zip filelist
CodeAnalysisTools.sln
NotUsedFinder/Article/
NotUsedFinder/CircularDependency/
NotUsedFinder/CodeAnalysisTools.csproj
NotUsedFinder/Core/
NotUsedFinder/Core/CodeAnalysisActivity.cs
NotUsedFinder/Core/ColumnSorter.cs
NotUsedFinder/ExtractClass/
NotUsedFinder/FindDuplicates/
NotUsedFinder/FindDuplicates/FindDuplicateMethods.cs
NotUsedFinder/FindDuplicates/FindDuplicates.cs
NotUsedFinder/FindDuplicates/FindDuplicates.Designer.cs
NotUsedFinder/FindDuplicates/FindDuplicates.resx
NotUsedFinder/Main.cs
NotUsedFinder/Main.Designer.cs
NotUsedFinder/Main.resx
NotUsedFinder/NamespaceHierarchy/
NotUsedFinder/NamespaceHierarchy/NamespaceHierarchy.cs
NotUsedFinder/NamespaceHierarchy/NamespaceHierarchy.Designer.cs
NotUsedFinder/NamespaceHierarchy/NamespaceHierarchy.resx
NotUsedFinder/NotUsed/
NotUsedFinder/NotUsed/AssemblyCataloger.cs
NotUsedFinder/NotUsed/MyTypeNode.cs
NotUsedFinder/NotUsed/NotUsed.cs
NotUsedFinder/NotUsed/NotUsed.Designer.cs
NotUsedFinder/NotUsed/NotUsed.resx
NotUsedFinder/NotUsed/NotUsedAnalysisOptions.cs
NotUsedFinder/NotUsed/UsageAnalyzer.cs
NotUsedFinder/Program.cs
NotUsedFinder/Properties/
NotUsedFinder/Properties/AssemblyInfo.cs
NotUsedFinder/Properties/Resources.Designer.cs
NotUsedFinder/Properties/Resources.resx
NotUsedFinder/Properties/Settings.Designer.cs
NotUsedFinder/Properties/Settings.settings
NotUsedFinder/ThreadOpportunity/