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