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)
230
if (
_basePath
!= null)
232
return
_basePath
;
237
Directory.CreateDirectory(
_basePath
);
239
return
_basePath
;