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