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