1 write to CancellationToken
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\ListPackage\ListPackageArgs.cs (1)
75
CancellationToken
= cancellationToken;
3 references to CancellationToken
NuGet.CommandLine.XPlat (3)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommandRunner.cs (3)
198
listPackageArgs.
CancellationToken
);
441
listPackageArgs.
CancellationToken
);
720
token: listPackageArgs.
CancellationToken
);