1 implementation of GetEnvironmentVariable
xunit.console (1)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\EnvironmentWrapper.cs (1)
12
public string
GetEnvironmentVariable
(string name)
7 references to GetEnvironmentVariable
xunit.console (7)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\Resolution\DotNetReferenceAssembliesPathResolver.cs (1)
14
var path = envirnment.
GetEnvironmentVariable
(DotNetReferenceAssembliesPathEnv);
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\Resolution\PackageCompilationAssemblyResolver.cs (3)
52
var packageDirectory = environment.
GetEnvironmentVariable
("NUGET_PACKAGES");
62
basePath = environment.
GetEnvironmentVariable
("USERPROFILE");
66
basePath = environment.
GetEnvironmentVariable
("HOME");
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\Resolution\ReferenceAssemblyPathResolver.cs (3)
94
var net20Dir = Path.Combine(environment.
GetEnvironmentVariable
("WINDIR"), "Microsoft.NET", "Framework", "v2.0.50727");
121
var programFiles = environment.
GetEnvironmentVariable
("ProgramFiles(x86)");
126
programFiles = environment.
GetEnvironmentVariable
("ProgramFiles");