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)
982if (_tempDirectoryPath.IsValueCreated) 984LocalResourceUtils.DeleteDirectoryTree(_tempDirectoryPath.Value, new List<string>()); 1031_tempDirectoryPath.Value);