2 writes to IsOfficial
NuGet.Configuration (2)
PackageSource\PackageSource.cs (1)
156IsOfficial = isOfficial;
Settings\ConfigurationDefaults.cs (1)
73packageSource.IsOfficial = true;
2 references to IsOfficial
NuGet.Commands (1)
SourcesCommands\SourceRunners.cs (1)
186if (source.IsOfficial)
NuGet.Configuration (1)
PackageSource\PackageSource.cs (1)
208return new PackageSource(Source, Name, IsEnabled, IsOfficial, IsPersistable)