4 instantiations of BooleanEnvironmentRule
dotnet (4)
Telemetry\CIEnvironmentDetectorForTelemetry.cs (1)
13new BooleanEnvironmentRule(
Telemetry\LLMEnvironmentDetectorForTelemetry.cs (3)
17new EnvironmentDetectionRuleWithResult<string>("gemini", new BooleanEnvironmentRule("GEMINI_CLI")), 19new EnvironmentDetectionRuleWithResult<string>("copilot", new BooleanEnvironmentRule("GITHUB_COPILOT_CLI_MODE")), 21new EnvironmentDetectionRuleWithResult<string>("generic_agent", new BooleanEnvironmentRule("AGENT_CLI")),