1 write to restartRequired
WsatConfig (1)
CommandLine\ConsoleEntryPoint.cs (1)
195
this.
restartRequired
= true;
4 references to restartRequired
WsatConfig (4)
CommandLine\ConsoleEntryPoint.cs (4)
102
if (
restartRequired
)
106
newConfig.Save(
restartRequired
);
107
if (
restartRequired
)
130
if (operation != Operations.Change &&
restartRequired
)