1 write to _tempDirectoryPath
NuGet.Protocol (1)
Plugins\PluginPackageReader.cs (1)
72
_tempDirectoryPath
= new Lazy<string>(GetTemporaryDirectoryPath);
3 references to _tempDirectoryPath
NuGet.Protocol (3)
Plugins\PluginPackageReader.cs (3)
980
if (
_tempDirectoryPath
.IsValueCreated)
982
LocalResourceUtils.DeleteDirectoryTree(
_tempDirectoryPath
.Value, new List<string>());
1029
_tempDirectoryPath
.Value);