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