1 write to StoreLocation
NuGet.Commands (1)
SignCommand\SignCommandRunner.cs (1)
188StoreLocation = signArgs.CertificateStoreLocation,
1 reference to StoreLocation
NuGet.Commands (1)
SignCommand\CertificateProvider.cs (1)
181using var store = new X509Store(options.StoreName, options.StoreLocation);