6 references to Hosting
ComSvcConfig (6)
Options.cs (3)
183new CommandSwitch(Cmd.Hosting, Abbr.Hosting, SwitchType.SingletonValue), 218if (arguments.ContainsArgument(Cmd.Hosting)) 220string argValue = arguments.GetArgument(Cmd.Hosting);
Tool.cs (3)
114ToolConsole.WriteLine(SR.GetString(SR.HelpUsageHosting, Cmd.Hosting, Abbr.Hosting)); 1015throw CreateArgumentException(Cmd.Hosting, null, SR.GetString(SR.ArgumentRequired, Cmd.Hosting), null);