1 write to _variables
dotnet (1)
Telemetry\EnvironmentDetectionRule.cs (1)
32_variables = variables ?? throw new ArgumentNullException(nameof(variables));
1 reference to _variables
dotnet (1)
Telemetry\EnvironmentDetectionRule.cs (1)
37return _variables.Any(variable => Env.GetEnvironmentVariableAsBool(variable));