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