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)
240
public override string Path =>
_path
;
252
_parent.UntrackItem(
_path
);
262
if (File.Exists(
_path
))
264
File.Delete(
_path
);
265
_parent.Logger?.LogDebug("Cleaned up temporary file: {Path}",
_path
);
270
var parentDir = System.IO.Path.GetDirectoryName(
_path
);