1 write to _environment
aspire (1)
Commands\PsCommand.cs (1)
98_environment = environment;
2 references to _environment
aspire (2)
Commands\PsCommand.cs (2)
301return _environment.IsWindows() 414var shortPaths = FileSystemHelper.ShortenPaths(appHosts.Select(a => a.AppHostPath).ToList(), _environment);