2 writes to _basePath
NuGet.Common (2)
ConcurrencyUtilities.cs (2)
46_basePath = null; 251_basePath = Path.Combine(NuGetEnvironment.GetFolderPath(NuGetFolderPath.Temp), "lock");
4 references to _basePath
NuGet.Common (4)
ConcurrencyUtilities.cs (4)
246if (_basePath != null) 248return _basePath; 253Directory.CreateDirectory(_basePath); 255return _basePath;