4 writes to operation
WsatConfig (4)
CommandLine\ConsoleEntryPoint.cs (4)
168this.operation = Operations.Help; 172this.operation = Operations.None; 181this.operation = Operations.Help; 220this.operation = Operations.Change;
4 references to operation
WsatConfig (4)
CommandLine\ConsoleEntryPoint.cs (4)
86if (this.operation != Operations.Help) 98switch (operation) 130if (operation != Operations.Change && restartRequired) 158Console.WriteLine(operation == Operations.Change ? this.newConfig.ToString() : this.previousConfig.ToString());