1 write to _enabledSources
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
53
_enabledSources
= SettingsUtility.GetEnabledSources(_settings).AsList();
3 references to _enabledSources
NuGet.CommandLine.XPlat (3)
Commands\Package\Update\PackageUpdateIO.cs (3)
263
auditSources =
_enabledSources
;
354
sourceMappedSources.AddRange(
_enabledSources
.Where(ps => allowedSources.Contains(ps.Name, StringComparer.OrdinalIgnoreCase)));
359
packageSources =
_enabledSources
;