1 write to _path
Aspire.Hosting (1)
Utils\FileSystemService.cs (1)
233_path = path;
6 references to _path
Aspire.Hosting (6)
Utils\FileSystemService.cs (6)
240public override string Path => _path; 252_parent.UntrackItem(_path); 262if (File.Exists(_path)) 264File.Delete(_path); 265_parent.Logger?.LogDebug("Cleaned up temporary file: {Path}", _path); 270var parentDir = System.IO.Path.GetDirectoryName(_path);