4 references to IsArgumentValue
dotnet-svcutil-lib (4)
CommandLineParser.cs (4)
139
if (
IsArgumentValue
(arg))
163
argValue = (argValue == null || !
IsArgumentValue
(argValue)) ? string.Empty : argValue;
167
if (string.IsNullOrWhiteSpace(argValue) || !
IsArgumentValue
(argValue))
184
if (argSwitch.SwitchType != SwitchType.Flag && argValue != string.Empty &&
IsArgumentValue
(argValue))