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