Implemented interface member:
method
IsLLMEnvironment
Microsoft.DotNet.Cli.Telemetry.ILLMEnvironmentDetector.IsLLMEnvironment()
2 references to IsLLMEnvironment
dotnet-aot (2)
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())