1 write to SwitchType
dotnet-svcutil-lib (1)
CommandLineParser.cs (1)
56this.SwitchType = switchType;
4 references to SwitchType
dotnet-svcutil-lib (4)
CommandLineParser.cs (4)
71return string.Format(CultureInfo.InvariantCulture, "{0} {{{1}, {2}, Type={3}}}", this.GetType().Name, Name, Abbreviation, SwitchType); 157switch (argSwitch.SwitchType) 177if (argSwitch.SwitchType != SwitchType.ValueList && options.GetValue<object>(argSwitch.Name) != null) 184if (argSwitch.SwitchType != SwitchType.Flag && argValue != string.Empty && IsArgumentValue(argValue))