5 references to ValueList
dotnet-svcutil.xmlserializer (5)
Microsoft\Tools\ServiceModel\SvcUtil\CommandLineParser.cs (1)
233
if (argSwitch.SwitchType != SwitchType.
ValueList
&& arguments.ContainsArgument(argSwitch.Name))
Microsoft\Tools\ServiceModel\SvcUtil\OptionsStatics.cs (4)
57
public static readonly CommandSwitch Reference = new CommandSwitch(Options.Cmd.Reference, Abbr.Reference, SwitchType.
ValueList
);
58
public static readonly CommandSwitch SMReference = new CommandSwitch(Options.Cmd.SMReference, Abbr.SMReference, SwitchType.
ValueList
);
60
public static readonly CommandSwitch ExcludeType = new CommandSwitch(Options.Cmd.ExcludeType, Abbr.ExcludeType, SwitchType.
ValueList
);
61
public static readonly CommandSwitch Namespace = new CommandSwitch(Options.Cmd.Namespace, Abbr.Namespace, SwitchType.
ValueList
);