3 references to GetSettingsForCurrentWorkingDirectory
NuGet.CommandLine.XPlat (3)
Commands\DeleteCommand.cs (1)
77PackageSourceProvider sourceProvider = new PackageSourceProvider(XPlatUtility.GetSettingsForCurrentWorkingDirectory(), enablePackageSourcesChangedEvent: false);
Commands\LocalsCommand.cs (1)
46var setting = XPlatUtility.GetSettingsForCurrentWorkingDirectory();
Utility\XPlatUtility.cs (1)
70return GetSettingsForCurrentWorkingDirectory();