1 write to _getEnvironmentVariable
Microsoft.NET.Build.Tasks (1)
FrameworkReferenceResolver.cs (1)
21_getEnvironmentVariable = getEnvironmentVariable ?? throw new ArgumentNullException(nameof(getEnvironmentVariable));
3 references to _getEnvironmentVariable
Microsoft.NET.Build.Tasks (3)
FrameworkReferenceResolver.cs (3)
29var referenceAssembliesPath = _getEnvironmentVariable(DotNetReferenceAssembliesPathResolver.DotNetReferenceAssembliesPathEnv); 45var programFiles = _getEnvironmentVariable("ProgramFiles(x86)"); 50programFiles = _getEnvironmentVariable("ProgramFiles");