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