6 references to ContentStore
Microsoft.NET.Build.Containers (6)
Layer.cs (4)
52return new(ContentStore.PathForDescriptor(descriptor), descriptor); 91string tempTarballPath = ContentStore.GetTempFile(); 218string storedContent = ContentStore.PathForDescriptor(descriptor); 220Directory.CreateDirectory(ContentStore.ContentRoot);
Registry\Registry.cs (2)
410string localPath = ContentStore.PathForDescriptor(descriptor); 418string tempTarballPath = ContentStore.GetTempFile();