10 references to ArgumentCannotBeNullOrEmpty
NuGet.Commands (10)
RestoreCommand\Utility\PackageSpecFactory.cs (4)
393
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(projectDirectory));
398
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(projectName));
417
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(projectDirectory));
422
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(projectName));
TrustedSignersCommand\TrustedSignerActionsProvider.cs (6)
48
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(name));
90
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(name));
169
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(name));
174
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(fingerprint));
224
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(name));
271
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(serviceIndex));