1 write to AllowUntrustedRoot
NuGet.CommandLine.XPlat (1)
Commands\Signing\TrustedSignersCommand.cs (1)
262
AllowUntrustedRoot
= allowUntrustedRootOption,
5 references to AllowUntrustedRoot
NuGet.Commands (5)
TrustedSignersCommand\TrustedSignersCommandRunner.cs (5)
111
trustedSignersArgs.
AllowUntrustedRoot
,
151
trustedSignersArgs.
AllowUntrustedRoot
);
275
var isUntrustedRootProvided = args.
AllowUntrustedRoot
;
296
var isUntrustedRootProvided = args.
AllowUntrustedRoot
;
317
var isUntrustedRootProvided = args.
AllowUntrustedRoot
;