1 write to _path
Aspire.Hosting (1)
Utils\FileSystemService.cs (1)
180
_path
= path;
5 references to _path
Aspire.Hosting (5)
Utils\FileSystemService.cs (5)
186
public override string Path =>
_path
;
198
_parent.UntrackItem(
_path
);
208
if (Directory.Exists(
_path
))
210
Directory.Delete(
_path
, recursive: true);
211
_parent.Logger?.LogDebug("Cleaned up temporary directory: {Path}",
_path
);