3 references to AddError
dotnet-svcutil-lib (3)
CommandLineParser.cs (3)
151options.AddError(string.Format(SR.ErrUnknownSwitchFormat, arg)); 169options.AddError(string.Format(SR.ErrArgumentWithoutValue, argSwitch.Name)); 179options.AddError(string.Format(SR.ErrSingleUseSwitchFormat, argSwitch.Name));