1 instantiation of ArgumentsParser
WsatConfig (1)
CommandLine\ConsoleEntryPoint.cs (1)
214
ArgumentsParser parser = new
ArgumentsParser
(newConfig);
2 references to ArgumentsParser
WsatConfig (2)
CommandLine\ConsoleEntryPoint.cs (2)
201
if (Utilities.SafeCompare(
ArgumentsParser
.ExtractOption(arg, out value), CommandLineOption.ClusterVirtualServer))
214
ArgumentsParser
parser = new ArgumentsParser(newConfig);