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