6 references to ContentStore
Microsoft.NET.Build.Containers (6)
Layer.cs (4)
52return new(ContentStore.PathForDescriptor(descriptor), descriptor); 101string tempTarballPath = ContentStore.GetTempFile(); 243string storedContent = ContentStore.PathForDescriptor(descriptor); 245Directory.CreateDirectory(ContentStore.ContentRoot);
Registry\Registry.cs (2)
413string localPath = ContentStore.PathForDescriptor(descriptor); 441string tempTarballPath = ContentStore.GetTempFile();