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