1 write to IsPersistable
NuGet.Configuration (1)
PackageSource\PackageSource.cs (1)
157IsPersistable = isPersistable;
5 references to IsPersistable
NuGet.Configuration (5)
PackageSource\PackageSource.cs (1)
208return new PackageSource(Source, Name, IsEnabled, IsOfficial, IsPersistable)
PackageSource\PackageSourceProvider.cs (4)
630newSource.DisableTLSCertificateValidation != existingSource.DisableTLSCertificateValidation) && newSource.IsPersistable) 660newSource.DisableTLSCertificateValidation != existingSource.DisableTLSCertificateValidation) && newSource.IsPersistable) 724if (source.IsPersistable) 740if (source.IsPersistable)