2 references to WrnUnexpectedArgumentFormat
dotnet-svcutil-lib (2)
CommandProcessorOptions.cs (2)
296
this.AddWarning(string.Format(SR.
WrnUnexpectedArgumentFormat
, cmdSwitch.Name), 0);
314
this.AddWarning(string.Format(SR.
WrnUnexpectedArgumentFormat
, option.Name));