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)
39if (!_environment.IsLinux()) 128return !string.IsNullOrWhiteSpace(_environment.GetEnvironmentVariable(WslDistroNameVariable)) 129|| !string.IsNullOrWhiteSpace(_environment.GetEnvironmentVariable(WslInteropVariable));