1 write to s_getEnvironmentVariable
MSBuildTaskHost (1)
BuildEnvironmentHelper.cs (1)
475s_getEnvironmentVariable = getEnvironmentVariable ?? GetEnvironmentVariable;
3 references to s_getEnvironmentVariable
MSBuildTaskHost (3)
BuildEnvironmentHelper.cs (3)
130var msBuildExePath = s_getEnvironmentVariable("MSBUILD_EXE_PATH"); 270var vsInstallDir = s_getEnvironmentVariable("VSINSTALLDIR"); 271var vsVersion = s_getEnvironmentVariable("VisualStudioVersion");