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