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