1 write to _getEnvironmentVariable
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (1)
src\sdk\src\Common\CliFolderPathCalculatorCore.cs (1)
27_getEnvironmentVariable = getEnvironmentVariable ?? throw new ArgumentNullException(nameof(getEnvironmentVariable));
2 references to _getEnvironmentVariable
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (2)
src\sdk\src\Common\CliFolderPathCalculatorCore.cs (2)
43var home = _getEnvironmentVariable(DotnetHomeVariableName); 53home = _getEnvironmentVariable(userProfileVariableName);