1 write to _variable
Microsoft.DotNet.Cli.Definitions (1)
Telemetry\EnvironmentDetectionRule.cs (1)
100
_variable
= variable ?? throw new ArgumentNullException(nameof(variable));
1 reference to _variable
Microsoft.DotNet.Cli.Definitions (1)
Telemetry\EnvironmentDetectionRule.cs (1)
106
var value = Environment.GetEnvironmentVariable(
_variable
);