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