3 instantiations of FileClientCertItem
NuGet.Commands (1)
ClientCertificatesCommand\AddClientCertRunner.cs (1)
33item = new FileClientCertItem(args.PackageSource,
NuGet.Configuration (2)
Settings\Items\FileClientCertItem.cs (1)
158return new FileClientCertItem(PackageSource, FilePath, Password, IsPasswordIsClearText, Origin!);
Settings\SettingFactory.cs (1)
89return new FileClientCertItem(element, origin);
2 references to FileClientCertItem
NuGet.Commands (2)
ClientCertificatesCommand\ListClientCertRunner.cs (1)
52case FileClientCertItem fileCertItem:
ClientCertificatesCommand\UpdateClientCertRunner.cs (1)
34case FileClientCertItem fileCertItem: