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)
43
var home =
_getEnvironmentVariable
(DotnetHomeVariableName);
53
home =
_getEnvironmentVariable
(userProfileVariableName);