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