1 write to _getHome
NuGet.Common (1)
PathUtil\NuGetEnvironment.cs (1)
45_getHome = new Lazy<string>(() => GetHome());
3 references to _getHome
NuGet.Common (3)
PathUtil\NuGetEnvironment.cs (3)
201return _getHome.Value; 238return Path.Combine(_getHome.Value, ".nuget"); 254return Path.Combine(_getHome.Value, ".local", "share");