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)
106var value = Environment.GetEnvironmentVariable(_variable);