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