1 write to _environment
aspire (1)
Utils\EnvironmentChecker\WslEnvironmentCheck.cs (1)
30
_environment
= environment;
3 references to _environment
aspire (3)
Utils\EnvironmentChecker\WslEnvironmentCheck.cs (3)
39
if (!
_environment
.IsLinux())
128
return !string.IsNullOrWhiteSpace(
_environment
.GetEnvironmentVariable(WslDistroNameVariable))
129
|| !string.IsNullOrWhiteSpace(
_environment
.GetEnvironmentVariable(WslInteropVariable));