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