1 write to _getEnvironmentVariable
Microsoft.NET.Build.Tasks (1)
FrameworkReferenceResolver.cs (1)
28_getEnvironmentVariable = getEnvironmentVariable ?? throw new ArgumentNullException(nameof(getEnvironmentVariable));
3 references to _getEnvironmentVariable
Microsoft.NET.Build.Tasks (3)
FrameworkReferenceResolver.cs (3)
36var referenceAssembliesPath = _getEnvironmentVariable(DotNetReferenceAssembliesPathResolver.DotNetReferenceAssembliesPathEnv); 52var programFiles = _getEnvironmentVariable("ProgramFiles(x86)"); 57programFiles = _getEnvironmentVariable("ProgramFiles");