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