10 references to ArgumentCannotBeNullOrEmpty
NuGet.Commands (10)
RestoreCommand\Utility\PackageSpecFactory.cs (4)
552
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(projectDirectory));
557
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(projectName));
576
throw new ArgumentException(Strings.
ArgumentCannotBeNullOrEmpty
, nameof(projectDirectory));
581
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));