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)
119
if (new Telemetry.LLMEnvironmentDetectorForTelemetry().
IsLLMEnvironment
())
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
634
if (noAnsi || new LLMEnvironmentDetectorForTelemetry().
IsLLMEnvironment
())