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