6 references to ValueList
dotnet-svcutil-lib (6)
CommandLineParser.cs (2)
166
case SwitchType.
ValueList
:
177
if (argSwitch.SwitchType != SwitchType.
ValueList
&& options.GetValue<object>(argSwitch.Name) != null)
CommandProcessorOptions.cs (4)
66
public readonly CommandSwitch CollectionType = new CommandSwitch(CollectionTypesKey, "ct", SwitchType.
ValueList
);
70
public readonly CommandSwitch ExcludeType = new CommandSwitch(ExcludeTypesKey, "et", SwitchType.
ValueList
);
74
public readonly CommandSwitch Namespace = new CommandSwitch(NamespaceMappingsKey, "n", SwitchType.
ValueList
);
84
public readonly CommandSwitch Reference = new CommandSwitch(ReferencesKey, "r", SwitchType.
ValueList
);