10 references to Flag
ComSvcConfig (10)
Options.cs (9)
182new CommandSwitch(Cmd.Help, Abbr.Help, SwitchType.Flag), 186new CommandSwitch(Cmd.NoLogo, Abbr.NoLogo, SwitchType.Flag), 187new CommandSwitch(Cmd.Verbose, Abbr.Verbose, SwitchType.Flag), 190new CommandSwitch(Cmd.ID, Abbr.ID, SwitchType.Flag), 191new CommandSwitch(Cmd.MetaData, Abbr.MetaData, SwitchType.Flag), 192new CommandSwitch(Cmd.Install, Abbr.Install, SwitchType.Flag), 193new CommandSwitch(Cmd.Uninstall, Abbr.Uninstall, SwitchType.Flag), 194new CommandSwitch(Cmd.List, Abbr.List, SwitchType.Flag), 195new CommandSwitch(Cmd.AllowReferences, Abbr.AllowReferences, SwitchType.Flag)
parent\svcutil\CommandLineParser.cs (1)
208if (argSwitch.SwitchType == SwitchType.Flag)