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