4 references to StoreLocation
NuGet.Commands (1)
ClientCertificatesCommand\ListClientCertRunner.cs (1)
71builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesStoreCertStoreLocation, defaultIndentation, StoreClientCertItem.GetString(storeCertItem.StoreLocation));
NuGet.Configuration (3)
Settings\Items\StoreClientCertItem.cs (3)
234return new StoreClientCertItem(PackageSource, FindValue, StoreLocation, StoreName, FindType); 239var store = new X509Store(StoreName, StoreLocation); 249GetString(StoreLocation),