8 references to s_environment
Microsoft.DotNet.Cli.Utils (8)
Env.cs (8)
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
.TryGetEnvironmentVariableAsBool(name, out value);
28
s_environment
.GetEnvironmentVariableAsNullableInt(name);
31
s_environment
.GetEnvironmentVariable(name);