1 write to _basePath
NuGet.Common (1)
ConcurrencyUtilities.cs (1)
235_basePath = Path.Combine(NuGetEnvironment.GetFolderPath(NuGetFolderPath.Temp), "lock");
4 references to _basePath
NuGet.Common (4)
ConcurrencyUtilities.cs (4)
230if (_basePath != null) 232return _basePath; 237Directory.CreateDirectory(_basePath); 239return _basePath;