1 write to _parent
Aspire.Hosting (1)
Utils\FileSystemService.cs (1)
235
_parent
= parent;
4 references to _parent
Aspire.Hosting (4)
Utils\FileSystemService.cs (4)
237
_parent
.Logger?.LogDebug("Allocated temporary file: {Path}", path);
252
_parent
.UntrackItem(_path);
255
if (
_parent
.ShouldPreserveTempFiles)
265
_parent
.Logger?.LogDebug("Cleaned up temporary file: {Path}", _path);