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