3 instantiations of LLMEnvironmentDetectorForTelemetry
dotnet (3)
Commands\Run\CommonRunHelpers.cs (1)
29if (new Telemetry.LLMEnvironmentDetectorForTelemetry().IsLLMEnvironment())
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
82if (noAnsi || new LLMEnvironmentDetectorForTelemetry().IsLLMEnvironment())
Telemetry\TelemetryCommonProperties.cs (1)
25private readonly ILLMEnvironmentDetector _llmEnvironmentDetector = llmEnvironmentDetector ?? new LLMEnvironmentDetectorForTelemetry();