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)
186public override string Path => _path; 198_parent.UntrackItem(_path); 208if (Directory.Exists(_path)) 210Directory.Delete(_path, recursive: true); 211_parent.Logger?.LogDebug("Cleaned up temporary directory: {Path}", _path);