7 references to s_environment
Microsoft.DotNet.Cli.Utils (7)
Env.cs (7)
10public static IEnumerable<string> ExecutableExtensions => s_environment.ExecutableExtensions; 13s_environment.GetCommandPath(commandName, extensions); 16s_environment.GetCommandPathFromRootPath(rootPath, commandName, extensions); 19s_environment.GetCommandPathFromRootPath(rootPath, commandName, extensions); 22s_environment.GetEnvironmentVariableAsBool(name, defaultValue); 25s_environment.GetEnvironmentVariableAsNullableInt(name); 28s_environment.GetEnvironmentVariable(name);