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