11 references to Operations
WsatConfig (11)
CommandLine\ConsoleEntryPoint.cs (11)
32Operations operation; 86if (this.operation != Operations.Help) 100case Operations.Change: 120case Operations.None: 123case Operations.Help: 130if (operation != Operations.Change && restartRequired) 158Console.WriteLine(operation == Operations.Change ? this.newConfig.ToString() : this.previousConfig.ToString()); 168this.operation = Operations.Help; 172this.operation = Operations.None; 181this.operation = Operations.Help; 220this.operation = Operations.Change;