3 instantiations of StoreClientCertItem
NuGet.Commands (1)
ClientCertificatesCommand\AddClientCertRunner.cs (1)
41item = new StoreClientCertItem(args.PackageSource,
NuGet.Configuration (2)
Settings\Items\StoreClientCertItem.cs (1)
234return new StoreClientCertItem(PackageSource, FindValue, StoreLocation, StoreName, FindType);
Settings\SettingFactory.cs (1)
92return new StoreClientCertItem(element, origin);
5 references to StoreClientCertItem
NuGet.Commands (5)
ClientCertificatesCommand\ListClientCertRunner.cs (4)
70case StoreClientCertItem storeCertItem: 71builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesStoreCertStoreLocation, defaultIndentation, StoreClientCertItem.GetString(storeCertItem.StoreLocation)); 73builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesStoreCertStoreName, defaultIndentation, StoreClientCertItem.GetString(storeCertItem.StoreName)); 75builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesStoreCertFindBy, defaultIndentation, StoreClientCertItem.GetString(storeCertItem.FindType));
ClientCertificatesCommand\UpdateClientCertRunner.cs (1)
44case StoreClientCertItem storeCertItem: