1 write to AllowUntrustedRoot
NuGet.CommandLine.XPlat (1)
Commands\Signing\SignCommand.cs (1)
131AllowUntrustedRoot = allowUntrustedRoot.HasValue(),
2 references to AllowUntrustedRoot
NuGet.Commands (2)
SignCommand\SignCommandRunner.cs (2)
72signRequest.AllowUntrustedRoot = signArgs.AllowUntrustedRoot; 194AllowUntrustedRoot = signArgs.AllowUntrustedRoot,