1 write to _parent
Aspire.Hosting (1)
Utils\FileSystemService.cs (1)
181
_parent
= parent;
4 references to _parent
Aspire.Hosting (4)
Utils\FileSystemService.cs (4)
183
_parent
.Logger?.LogDebug("Allocated temporary directory: {Path}", path);
198
_parent
.UntrackItem(_path);
201
if (
_parent
.ShouldPreserveTempFiles)
211
_parent
.Logger?.LogDebug("Cleaned up temporary directory: {Path}", _path);