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