1 instantiation of VerifyArgs
NuGet.CommandLine.XPlat (1)
Commands\Signing\VerifyCommand.cs (1)
59VerifyArgs args = new VerifyArgs();
6 references to VerifyArgs
NuGet.CommandLine.XPlat (2)
Commands\Signing\VerifyCommand.cs (2)
14using static NuGet.Commands.VerifyArgs; 59VerifyArgs args = new VerifyArgs();
NuGet.Commands (4)
VerifyCommand\IVerifyCommandRunner.cs (1)
12Task<int> ExecuteCommandAsync(VerifyArgs verifyArgs);
VerifyCommand\VerifyCommandRunner.cs (3)
17using static NuGet.Commands.VerifyArgs; 30public async Task<int> ExecuteCommandAsync(VerifyArgs verifyArgs) 165private bool ShouldExecuteVerification(VerifyArgs args, Verification v)