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)
263auditSources = _enabledSources; 354sourceMappedSources.AddRange(_enabledSources.Where(ps => allowedSources.Contains(ps.Name, StringComparer.OrdinalIgnoreCase))); 359packageSources = _enabledSources;