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