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