4 references to GetEnabledSources
Microsoft.Build.NuGetSdkResolver (1)
RestoreRunnerEx.cs (1)
94Sources = SettingsUtility.GetEnabledSources(settings).AsList(),
Microsoft.DotNet.Cli.Utils (1)
PathUtility.cs (1)
13var otherFiles = SettingsUtility.GetEnabledSources(Settings.LoadDefaultSettings(Directory.GetCurrentDirectory()));
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
53_enabledSources = SettingsUtility.GetEnabledSources(_settings).AsList();
NuGet.PackageManagement (1)
Projects\ProjectJsonNuGetProject.cs (1)
251packageSpec.RestoreMetadata.Sources = SettingsUtility.GetEnabledSources(settings).AsList();