3 references to FilePath
NuGet.Commands (1)
ClientCertificatesCommand\ListClientCertRunner.cs (1)
54builder.AppendFormat(CultureInfo.CurrentCulture, Strings.ClientCertificatesFileCertFilePath, defaultIndentation, fileCertItem.FilePath);
NuGet.Configuration (2)
Settings\Items\FileClientCertItem.cs (2)
158return new FileClientCertItem(PackageSource, FilePath, Password, IsPasswordIsClearText, Origin!); 202var originalValue = FilePath;