8 references to s_environment
Microsoft.DotNet.Cli.Utils (8)
Env.cs (8)
12
public static IEnumerable<string> ExecutableExtensions =>
s_environment
.ExecutableExtensions;
15
s_environment
.GetCommandPath(commandName, extensions);
18
s_environment
.GetCommandPathFromRootPath(rootPath, commandName, extensions);
21
s_environment
.GetCommandPathFromRootPath(rootPath, commandName, extensions);
24
s_environment
.GetEnvironmentVariableAsBool(name, defaultValue);
27
s_environment
.TryGetEnvironmentVariableAsBool(name, out value);
30
s_environment
.GetEnvironmentVariableAsNullableInt(name);
33
s_environment
.GetEnvironmentVariable(name);