1 write to newConfig
WsatConfig (1)
CommandLine\ConsoleEntryPoint.cs (1)
90
newConfig
= new WsatConfiguration(null, this.virtualServer, previousConfig, true);
6 references to newConfig
WsatConfig (6)
CommandLine\ConsoleEntryPoint.cs (6)
101
newConfig
.ValidateThrow();
106
newConfig
.Save(restartRequired);
111
if (
newConfig
.IsClustered)
134
MsdtcWrapper msdtc =
newConfig
.GetMsdtcWrapper();
158
Console.WriteLine(operation == Operations.Change ? this.
newConfig
.ToString() : this.previousConfig.ToString());
214
ArgumentsParser parser = new ArgumentsParser(
newConfig
);