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