@ -30,6 +30,7 @@ using System.Windows.Documents;
using System.Windows.Navigation;
using System.Windows.Threading;
using ICSharpCode.ILSpy.AppEnv;
using ICSharpCode.ILSpy.Options;
using ICSharpCode.ILSpyX.Analyzers;
using ICSharpCode.ILSpyX.Settings;
@ -21,7 +21,7 @@ using McMaster.Extensions.CommandLineUtils;
using System.Collections.Generic;
using System.Linq;
namespace ICSharpCode.ILSpy
namespace ICSharpCode.ILSpy.AppEnv
{
public sealed class CommandLineArguments
@ -20,7 +20,7 @@ using System;
using System.Text;
public class CommandLineTools
@ -20,6 +20,7 @@
using System;
using ICSharpCode.Decompiler.TypeSystem;
using ICSharpCode.ILSpy.Properties;
using ICSharpCode.ILSpy.TreeNodes;
@ -18,6 +18,7 @@
@ -44,6 +44,7 @@ using ICSharpCode.Decompiler.Metadata;
using ICSharpCode.Decompiler.TypeSystem.Implementation;
using ICSharpCode.ILSpy.Analyzers;
using ICSharpCode.ILSpy.Commands;
using ICSharpCode.ILSpy.Docking;
@ -24,6 +24,7 @@ using System.Runtime.CompilerServices;
using System.Windows;
using System.Windows.Input;
@ -32,6 +32,7 @@ using System.Windows.Input;
using System.Windows.Media;
using ICSharpCode.ILSpy.ViewModels;
using ICSharpCode.ILSpyX;