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