2 writes to _path
Aspire.Hosting.Docker (2)
EnvFile.cs (2)
24
return new EnvFile(logger) {
_path
= path };
29
var envFile = new EnvFile(logger) {
_path
= path };
6 references to _path
Aspire.Hosting.Docker (6)
EnvFile.cs (6)
89
if (
_path
is null)
95
if (File.Exists(
_path
))
97
_logger?.LogInformation("Environment file '{EnvFilePath}' already exists and will be overwritten",
_path
);
112
File.WriteAllLines(
_path
, lines);
129
if (
_path
is null)
157
File.WriteAllLines(
_path
, lines);