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)
246
if (
_basePath
!= null)
248
return
_basePath
;
253
Directory.CreateDirectory(
_basePath
);
255
return
_basePath
;