2 references to LoadImmutableSettingsGivenConfigPaths
NuGet.CommandLine.XPlat (1)
Utility\AddPackageCommandUtility.cs (1)
101
ISettings settings = Settings.
LoadImmutableSettingsGivenConfigPaths
(configFilePaths, settingsLoadingContext);
NuGet.Commands (1)
RestoreCommand\RequestFactory\DependencyGraphSpecRequestProvider.cs (1)
170
var settings = _settings ?? Settings.
LoadImmutableSettingsGivenConfigPaths
(projectPackageSpec.RestoreMetadata.ConfigFilePaths, settingsLoadingContext);